#991BBE

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

Shades of Dark Orchid #991BBE

Tints of Dark Orchid #991BBE

Color information

#991BBE (or 0x991BBE) is unknown color: approx Dark Orchid. HEX triplet: 99, 1B and BE. RGB value is (153,27,190). Sum of RGB (Red+Green+Blue) = 153+27+190=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #991BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BBE is #66E441. Grayscale: #525252. Windows color (decimal): -6743106 or 12458905. OLE color: 12458905.

HSL color Cylindrical-coordinate representation of color #991BBE: hue angle of 286.38º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991BBE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15327190-
CMYK0.190.8600.25
HSL286.38º75.12%42.55%-
HSV(B)286.38º85.79%74.51%-
XYZ22.8211.2749.69-
YUV83.26188.24177.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 27 (10.94% from 255) = 7.30%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=41.35%
G=7.30%
B=51.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153271900.190.8600.25286.3875.1242.55
Hex991BBE135601911e4b2b
Octal231332762312603143611353
Binary1001100111011101111101001110101100110011000111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,27,190); }

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

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

 a { background-color: rgb(153,27,190); }

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

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

 span { border-color: rgb(153,27,190); }

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