#991EAD

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

Shades of Dark Orchid #991EAD

Tints of Dark Orchid #991EAD

Color information

#991EAD (or 0x991EAD) is unknown color: approx Dark Orchid. HEX triplet: 99, 1E and AD. RGB value is (153,30,173). Sum of RGB (Red+Green+Blue) = 153+30+173=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #991EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991EAD is #66E152. Grayscale: #525252. Windows color (decimal): -6742355 or 11345561. OLE color: 11345561.

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

Color convert

RGB15330173-
CMYK0.120.8300.32
HSL291.61º70.44%39.8%-
HSV(B)291.61º82.66%67.84%-
XYZ21.1410.7240.49-
YUV83.08178.75177.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 30 (12.11% from 255) = 8.43%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=42.98%
G=8.43%
B=48.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153301730.120.8300.32291.6170.4439.8
Hex991EADC530201244628
Octal231362551412304044410650
Binary1001100111110101011011100101001101000001001001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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