#990BB6

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

Shades of Dark Violet #990BB6

Tints of Dark Violet #990BB6

Color information

#990BB6 (or 0x990BB6) is unknown color: approx Dark Violet. HEX triplet: 99, 0B and B6. RGB value is (153,11,182). Sum of RGB (Red+Green+Blue) = 153+11+182=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #990BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BB6 is #66F449. Grayscale: #484848. Windows color (decimal): -6747210 or 11930521. OLE color: 11930521.

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

Color convert

RGB15311182-
CMYK0.160.9400.29
HSL289.82º88.6%37.84%-
HSV(B)289.82º93.96%71.37%-
XYZ21.710.3945.12-
YUV72.95189.54185.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 182 (71.48% from 255) = 52.60%
R=44.22%
G=3.18%
B=52.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153111820.160.9400.29289.8288.637.84
Hex99BB6105E01D1225926
Octal231132662013603544213146
Binary100110011011101101101000010111100111011001000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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