#990AB6

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

Shades of Dark Violet #990AB6

Tints of Dark Violet #990AB6

Color information

#990AB6 (or 0x990AB6) is unknown color: approx Dark Violet. HEX triplet: 99, 0A and B6. RGB value is (153,10,182). Sum of RGB (Red+Green+Blue) = 153+10+182=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #990AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990AB6 is #66F549. Grayscale: #474747. Windows color (decimal): -6747466 or 11930265. OLE color: 11930265.

HSL color Cylindrical-coordinate representation of color #990AB6: hue angle of 289.88º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990AB6 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15310182-
CMYK0.160.9500.29
HSL289.88º89.58%37.65%-
HSV(B)289.88º94.51%71.37%-
XYZ21.6910.3745.11-
YUV72.36189.88185.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 10 (4.30% from 255) = 2.90%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=44.35%
G=2.90%
B=52.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153101820.160.9500.29289.8889.5837.65
Hex99AB6105F01D1225a26
Octal231122662013703544213246
Binary100110011010101101101000010111110111011001000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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