#991EBE

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

Shades of Dark Orchid #991EBE

Tints of Dark Orchid #991EBE

Color information

#991EBE (or 0x991EBE) is unknown color: approx Dark Orchid. HEX triplet: 99, 1E and BE. RGB value is (153,30,190). Sum of RGB (Red+Green+Blue) = 153+30+190=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #991EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991EBE is #66E141. Grayscale: #545454. Windows color (decimal): -6742338 or 12459673. OLE color: 12459673.

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

Color convert

RGB15330190-
CMYK0.190.8400.25
HSL286.12º72.73%43.14%-
HSV(B)286.12º84.21%74.51%-
XYZ22.911.4249.71-
YUV85.02187.25176.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=41.02%
G=8.04%
B=50.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153301900.190.8400.25286.1272.7343.14
Hex991EBE135401911e492b
Octal231362762312403143611153
Binary1001100111110101111101001110101000110011000111101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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