#9A2DB3

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

Shades of Dark Orchid #9A2DB3

Tints of Dark Orchid #9A2DB3

Color information

#9A2DB3 (or 0x9A2DB3) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2D and B3. RGB value is (154,45,179). Sum of RGB (Red+Green+Blue) = 154+45+179=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A2DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DB3 is #65D24C. Grayscale: #5C5C5C. Windows color (decimal): -6672973 or 11742618. OLE color: 11742618.

HSL color Cylindrical-coordinate representation of color #9A2DB3: hue angle of 288.81º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2DB3 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15445179-
CMYK0.140.7500.30
HSL288.81º59.82%43.92%-
HSV(B)288.81º74.86%70.2%-
XYZ22.41243.78-
YUV92.87176.61171.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.74%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 179 (70.31% from 255) = 47.35%
R=40.74%
G=11.90%
B=47.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154451790.140.7500.30288.8159.8243.92
Hex9A2DB3E4B01E1213c2c
Octal23255263161130364417454
Binary100110101011011011001111101001011011110100100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,45,179); }

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

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

 a { background-color: rgb(154,45,179); }

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

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

 span { border-color: rgb(154,45,179); }

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