#992EAD

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

Shades of Dark Orchid #992EAD

Tints of Dark Orchid #992EAD

Color information

#992EAD (or 0x992EAD) is unknown color: approx Dark Orchid. HEX triplet: 99, 2E and AD. RGB value is (153,46,173). Sum of RGB (Red+Green+Blue) = 153+46+173=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #992EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992EAD is #66D152. Grayscale: #5C5C5C. Windows color (decimal): -6738259 or 11349657. OLE color: 11349657.

HSL color Cylindrical-coordinate representation of color #992EAD: hue angle of 290.55º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992EAD is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15346173-
CMYK0.120.7300.32
HSL290.55º57.99%42.94%-
HSV(B)290.55º73.41%67.84%-
XYZ21.6611.7440.66-
YUV92.47173.45171.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=41.13%
G=12.37%
B=46.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153461730.120.7300.32290.5557.9942.94
Hex992EADC490201233a2b
Octal23156255141110404437253
Binary1001100110111010101101110010010010100000100100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992EAD; }

 p { color: rgb(153,46,173); }

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

<style>
 a { background-color: #992EAD; }

 a { background-color: rgb(153,46,173); }

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

<style>
 span { border-color: #992EAD; }

 span { border-color: rgb(153,46,173); }

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