#991EBC

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

Shades of Dark Orchid #991EBC

Tints of Dark Orchid #991EBC

Color information

#991EBC (or 0x991EBC) is unknown color: approx Dark Orchid. HEX triplet: 99, 1E and BC. RGB value is (153,30,188). Sum of RGB (Red+Green+Blue) = 153+30+188=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #991EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991EBC is #66E143. Grayscale: #545454. Windows color (decimal): -6742340 or 12328601. OLE color: 12328601.

HSL color Cylindrical-coordinate representation of color #991EBC: hue angle of 286.71º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991EBC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15330188-
CMYK0.190.8400.26
HSL286.71º72.48%42.75%-
HSV(B)286.71º84.04%73.73%-
XYZ22.6811.3348.57-
YUV84.79186.25176.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=41.24%
G=8.09%
B=50.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153301880.190.8400.26286.7172.4842.75
Hex991EBC135401A11f482b
Octal231362742312403243711053
Binary1001100111110101111001001110101000110101000111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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