#9A16B5

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

Shades of Dark Orchid #9A16B5

Tints of Dark Orchid #9A16B5

Color information

#9A16B5 (or 0x9A16B5) is unknown color: approx Dark Orchid. HEX triplet: 9A, 16 and B5. RGB value is (154,22,181). Sum of RGB (Red+Green+Blue) = 154+22+181=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A16B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16B5 is #65E94A. Grayscale: #4F4F4F. Windows color (decimal): -6678859 or 11867802. OLE color: 11867802.

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

Color convert

RGB15422181-
CMYK0.150.8800.29
HSL289.81º78.33%39.8%-
HSV(B)289.81º87.85%70.98%-
XYZ21.9510.7844.64-
YUV79.59185.23181.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 181 (71.09% from 255) = 50.70%
R=43.14%
G=6.16%
B=50.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154221810.150.8800.29289.8178.3339.8
Hex9A16B5F5801D1224e28
Octal232262651713003544211650
Binary100110101011010110101111110110000111011001000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A16B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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