#990EBF

Color #990EBF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #990EBF

Tints of Dark Violet #990EBF

Color information

#990EBF (or 0x990EBF) is unknown color: approx Dark Violet. HEX triplet: 99, 0E and BF. RGB value is (153,14,191). Sum of RGB (Red+Green+Blue) = 153+14+191=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #990EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EBF is #66F140. Grayscale: #4B4B4B. Windows color (decimal): -6746433 or 12521113. OLE color: 12521113.

HSL color Cylindrical-coordinate representation of color #990EBF: hue angle of 287.12º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990EBF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15314191-
CMYK0.200.9300.25
HSL287.12º86.34%40.2%-
HSV(B)287.12º92.67%74.9%-
XYZ22.710.8550.19-
YUV75.74193.05183.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 14 (5.86% from 255) = 3.91%
BLUE value IS 191 (75% from 255) = 53.35%
R=42.74%
G=3.91%
B=53.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153141910.200.9300.25287.1286.3440.2
Hex99EBF145D01911f5628
Octal231162772413503143712650
Binary100110011110101111111010010111010110011000111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990EBF; }

 p { color: rgb(153,14,191); }

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

<style>
 a { background-color: #990EBF; }

 a { background-color: rgb(153,14,191); }

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

<style>
 span { border-color: #990EBF; }

 span { border-color: rgb(153,14,191); }

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