#9526BB

Color #9526BB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9526BB

Tints of Dark Orchid #9526BB

Color information

#9526BB (or 0x9526BB) is unknown color: approx Dark Orchid. HEX triplet: 95, 26 and BB. RGB value is (149,38,187). Sum of RGB (Red+Green+Blue) = 149+38+187=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #9526BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526BB is #6AD944. Grayscale: #575757. Windows color (decimal): -7002437 or 12265109. OLE color: 12265109.

HSL color Cylindrical-coordinate representation of color #9526BB: hue angle of 284.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9526BB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14938187-
CMYK0.200.8000.27
HSL284.7º66.22%44.12%-
HSV(B)284.7º79.68%73.33%-
XYZ22.0611.3648.04-
YUV88.18183.77171.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 38 (15.23% from 255) = 10.16%
BLUE value IS 187 (73.44% from 255) = 50%
R=39.84%
G=10.16%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149381870.200.8000.27284.766.2244.12
Hex9526BB145001B11d422c
Octal225462732412003343510254
Binary10010101100110101110111010010100000110111000111011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9526BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9526BB; }

 p { color: rgb(149,38,187); }

 H1.HeaderClassName
 {
   color: #9526BB;
 }
 .AnyTagClassName
 {
   color: #9526BB;
 }
</style>
background-color css

<style>
 a { background-color: #9526BB; }

 a { background-color: rgb(149,38,187); }

 div.DivClassName
 {
   background-color: #9526BB;
 }
 .BgClassName
 {
   background-color: #9526BB;
 }
</style>
border-color css

<style>
 span { border-color: #9526BB; }

 span { border-color: rgb(149,38,187); }

 td.TdClassName
 {
   border-color: #9526BB;
 }
 .TagClassName
 {
   border-color: #9526BB;
 }
</style>