#9A2AC8

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

Shades of Dark Orchid #9A2AC8

Tints of Dark Orchid #9A2AC8

Color information

#9A2AC8 (or 0x9A2AC8) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2A and C8. RGB value is (154,42,200). Sum of RGB (Red+Green+Blue) = 154+42+200=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #9A2AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2AC8 is #65D537. Grayscale: #5C5C5C. Windows color (decimal): -6673720 or 13118106. OLE color: 13118106.

HSL color Cylindrical-coordinate representation of color #9A2AC8: hue angle of 282.53º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2AC8 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15442200-
CMYK0.230.7900.22
HSL282.53º65.29%47.45%-
HSV(B)282.53º79%78.43%-
XYZ24.5812.755.8-
YUV93.5188.11171.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=38.89%
G=10.61%
B=50.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154422000.230.7900.22282.5365.2947.45
Hex9A2AC8174F01611b412f
Octal232523102711702643310157
Binary10011010101010110010001011110011110101101000110111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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