#990EBC

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

Shades of Dark Violet #990EBC

Tints of Dark Violet #990EBC

Color information

#990EBC (or 0x990EBC) is unknown color: approx Dark Violet. HEX triplet: 99, 0E and BC. RGB value is (153,14,188). Sum of RGB (Red+Green+Blue) = 153+14+188=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #990EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EBC is #66F143. Grayscale: #4A4A4A. Windows color (decimal): -6746436 or 12324505. OLE color: 12324505.

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

Color convert

RGB15314188-
CMYK0.190.9300.26
HSL287.93º86.14%39.61%-
HSV(B)287.93º92.55%73.73%-
XYZ22.3710.7248.47-
YUV75.4191.55183.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=43.10%
G=3.94%
B=52.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153141880.190.9300.26287.9386.1439.61
Hex99EBC135D01A1205628
Octal231162742313503244012650
Binary100110011110101111001001110111010110101001000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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