#9A2DAE

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

Shades of Dark Orchid #9A2DAE

Tints of Dark Orchid #9A2DAE

Color information

#9A2DAE (or 0x9A2DAE) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2D and AE. RGB value is (154,45,174). Sum of RGB (Red+Green+Blue) = 154+45+174=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A2DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2DAE is #65D251. Grayscale: #5B5B5B. Windows color (decimal): -6672978 or 11414938. OLE color: 11414938.

HSL color Cylindrical-coordinate representation of color #9A2DAE: hue angle of 290.7º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2DAE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15445174-
CMYK0.110.7400.32
HSL290.7º58.9%42.94%-
HSV(B)290.7º74.14%68.24%-
XYZ21.911.841.17-
YUV92.3174.11172.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 45 (17.97% from 255) = 12.06%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=41.29%
G=12.06%
B=46.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154451740.110.7400.32290.758.942.94
Hex9A2DAEB4A0201233b2b
Octal23255256131120404437353
Binary1001101010110110101110101110010100100000100100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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