#991FB4

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

Shades of Dark Orchid #991FB4

Tints of Dark Orchid #991FB4

Color information

#991FB4 (or 0x991FB4) is unknown color: approx Dark Orchid. HEX triplet: 99, 1F and B4. RGB value is (153,31,180). Sum of RGB (Red+Green+Blue) = 153+31+180=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #991FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991FB4 is #66E04B. Grayscale: #535353. Windows color (decimal): -6742092 or 11804569. OLE color: 11804569.

HSL color Cylindrical-coordinate representation of color #991FB4: hue angle of 289.13º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991FB4 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15331180-
CMYK0.150.8300.29
HSL289.13º70.62%41.37%-
HSV(B)289.13º82.78%70.59%-
XYZ21.8711.0544.16-
YUV84.46181.92176.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 31 (12.5% from 255) = 8.52%
BLUE value IS 180 (70.70% from 255) = 49.45%
R=42.03%
G=8.52%
B=49.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153311800.150.8300.29289.1370.6241.37
Hex991FB4F5301D1214729
Octal231372641712303544110751
Binary100110011111110110100111110100110111011001000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,31,180); }

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

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

 a { background-color: rgb(153,31,180); }

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

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

 span { border-color: rgb(153,31,180); }

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