#990EDC

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

Shades of Dark Violet #990EDC

Tints of Dark Violet #990EDC

Color information

#990EDC (or 0x990EDC) is unknown color: approx Dark Violet. HEX triplet: 99, 0E and DC. RGB value is (153,14,220). Sum of RGB (Red+Green+Blue) = 153+14+220=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #990EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EDC is #66F123. Grayscale: #4E4E4E. Windows color (decimal): -6746404 or 14421657. OLE color: 14421657.

HSL color Cylindrical-coordinate representation of color #990EDC: hue angle of 280.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EDC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15314220-
CMYK0.300.9400.14
HSL280.49º88.03%45.88%-
HSV(B)280.49º93.64%86.27%-
XYZ26.2112.2568.69-
YUV79.04207.55180.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 14 (5.86% from 255) = 3.62%
BLUE value IS 220 (86.33% from 255) = 56.85%
R=39.53%
G=3.62%
B=56.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153142200.300.9400.14280.4988.0345.88
Hex99EDC1E5E0E118582e
Octal231163343613601643013056
Binary10011001111011011100111101011110011101000110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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