#990AB0

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

Shades of Dark Violet #990AB0

Tints of Dark Violet #990AB0

Color information

#990AB0 (or 0x990AB0) is unknown color: approx Dark Violet. HEX triplet: 99, 0A and B0. RGB value is (153,10,176). Sum of RGB (Red+Green+Blue) = 153+10+176=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #990AB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AB0 is #66F54F. Grayscale: #474747. Windows color (decimal): -6747472 or 11537049. OLE color: 11537049.

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

Color convert

RGB15310176-
CMYK0.130.9400.31
HSL291.69º89.25%36.47%-
HSV(B)291.69º94.32%69.02%-
XYZ21.0810.1241.92-
YUV71.68186.88186-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 10 (4.30% from 255) = 2.95%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=45.13%
G=2.95%
B=51.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153101760.130.9400.31291.6989.2536.47
Hex99AB0D5E01F1245924
Octal231122601513603744413144
Binary10011001101010110000110110111100111111001001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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