#990ede

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

Shades of Dark Violet #990EDE

Tints of Dark Violet #990EDE

Color information

#990EDE (or 0x990EDE) is unknown color: approx Dark Violet. HEX triplet: 99, 0E and DE. RGB value is (153,14,222). Sum of RGB (Red+Green+Blue) = 153+14+222=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #990EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EDE is #66F121. Grayscale: #4E4E4E. Windows color (decimal): -6746402 or 14552729. OLE color: 14552729.

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

Color convert

RGB15314222-
CMYK0.310.9400.13
HSL280.1º88.14%46.27%-
HSV(B)280.1º93.69%87.06%-
XYZ26.4812.3670.1-
YUV79.27208.55180.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 14 (5.86% from 255) = 3.60%
BLUE value IS 222 (87.11% from 255) = 57.07%
R=39.33%
G=3.60%
B=57.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153142220.310.9400.13280.188.1446.27
Hex99EDE1F5E0D118582e
Octal231163363713601543013056
Binary10011001111011011110111111011110011011000110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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