#991AB4

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

Shades of Dark Orchid #991AB4

Tints of Dark Orchid #991AB4

Color information

#991AB4 (or 0x991AB4) is unknown color: approx Dark Orchid. HEX triplet: 99, 1A and B4. RGB value is (153,26,180). Sum of RGB (Red+Green+Blue) = 153+26+180=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #991AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991AB4 is #66E54B. Grayscale: #515151. Windows color (decimal): -6743372 or 11803289. OLE color: 11803289.

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

Color convert

RGB15326180-
CMYK0.150.8600.29
HSL289.48º74.76%40.39%-
HSV(B)289.48º85.56%70.59%-
XYZ21.7410.8144.12-
YUV81.53183.58178.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 26 (10.55% from 255) = 7.24%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=42.62%
G=7.24%
B=50.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153261800.150.8600.29289.4874.7640.39
Hex991AB4F5601D1214b28
Octal231322641712603544111350
Binary100110011101010110100111110101100111011001000011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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