#9A2AB5

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

Shades of Dark Orchid #9A2AB5

Tints of Dark Orchid #9A2AB5

Color information

#9A2AB5 (or 0x9A2AB5) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2A and B5. RGB value is (154,42,181). Sum of RGB (Red+Green+Blue) = 154+42+181=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A2AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2AB5 is #65D54A. Grayscale: #5A5A5A. Windows color (decimal): -6673739 or 11872922. OLE color: 11872922.

HSL color Cylindrical-coordinate representation of color #9A2AB5: hue angle of 288.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2AB5 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15442181-
CMYK0.150.7700.29
HSL288.35º62.33%43.73%-
HSV(B)288.35º76.8%70.98%-
XYZ22.4911.8644.82-
YUV91.33178.61172.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 181 (71.09% from 255) = 48.01%
R=40.85%
G=11.14%
B=48.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154421810.150.7700.29288.3562.3343.73
Hex9A2AB5F4D01D1203e2c
Octal23252265171150354407654
Binary100110101010101011010111111001101011101100100000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,42,181); }

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

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

 a { background-color: rgb(154,42,181); }

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

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

 span { border-color: rgb(154,42,181); }

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