#9A29AB

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

Shades of Dark Orchid #9A29AB

Tints of Dark Orchid #9A29AB

Color information

#9A29AB (or 0x9A29AB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 29 and AB. RGB value is (154,41,171). Sum of RGB (Red+Green+Blue) = 154+41+171=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A29AB is #65D654. Grayscale: #595959. Windows color (decimal): -6674005 or 11217306. OLE color: 11217306.

HSL color Cylindrical-coordinate representation of color #9A29AB: hue angle of 292.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A29AB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15441171-
CMYK0.100.7600.33
HSL292.15º61.32%41.57%-
HSV(B)292.15º76.02%67.06%-
XYZ21.4711.439.6-
YUV89.61173.94173.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 41 (16.41% from 255) = 11.20%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=42.08%
G=11.20%
B=46.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154411710.100.7600.33292.1561.3241.57
Hex9A29ABA4C0211243d2a
Octal23251253121140414447552
Binary1001101010100110101011101010011000100001100100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A29AB; }

 p { color: rgb(154,41,171); }

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

<style>
 a { background-color: #9A29AB; }

 a { background-color: rgb(154,41,171); }

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

<style>
 span { border-color: #9A29AB; }

 span { border-color: rgb(154,41,171); }

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