#990CB4

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

Shades of Dark Violet #990CB4

Tints of Dark Violet #990CB4

Color information

#990CB4 (or 0x990CB4) is unknown color: approx Dark Violet. HEX triplet: 99, 0C and B4. RGB value is (153,12,180). Sum of RGB (Red+Green+Blue) = 153+12+180=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #990CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CB4 is #66F34B. Grayscale: #484848. Windows color (decimal): -6746956 or 11799705. OLE color: 11799705.

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

Color convert

RGB15312180-
CMYK0.150.9300.29
HSL290.36º87.5%37.65%-
HSV(B)290.36º93.33%70.59%-
XYZ21.5110.3344.04-
YUV73.31188.21184.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 180 (70.70% from 255) = 52.17%
R=44.35%
G=3.48%
B=52.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153121800.150.9300.29290.3687.537.65
Hex99CB4F5D01D1225826
Octal231142641713503544213046
Binary10011001110010110100111110111010111011001000101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,12,180); }

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

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

 a { background-color: rgb(153,12,180); }

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

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

 span { border-color: rgb(153,12,180); }

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