#990AE9

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

Shades of Dark Violet #990AE9

Tints of Dark Violet #990AE9

Color information

#990AE9 (or 0x990AE9) is unknown color: approx Dark Violet. HEX triplet: 99, 0A and E9. RGB value is (153,10,233). Sum of RGB (Red+Green+Blue) = 153+10+233=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #990AE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AE9 is #66F516. Grayscale: #4D4D4D. Windows color (decimal): -6747415 or 15272601. OLE color: 15272601.

HSL color Cylindrical-coordinate representation of color #990AE9: hue angle of 278.48º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990AE9 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15310233-
CMYK0.340.9600.09
HSL278.48º91.77%47.65%-
HSV(B)278.48º95.71%91.37%-
XYZ27.9512.8778.1-
YUV78.18215.38181.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 233 (91.41% from 255) = 58.84%
R=38.64%
G=2.53%
B=58.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153102330.340.9600.09278.4891.7747.65
Hex99AE92260091165c30
Octal231123514214001142613460
Binary100110011010111010011000101100000010011000101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,10,233); }

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

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

 a { background-color: rgb(153,10,233); }

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

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

 span { border-color: rgb(153,10,233); }

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