#990CCE

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

Shades of Dark Violet #990CCE

Tints of Dark Violet #990CCE

Color information

#990CCE (or 0x990CCE) is unknown color: approx Dark Violet. HEX triplet: 99, 0C and CE. RGB value is (153,12,206). Sum of RGB (Red+Green+Blue) = 153+12+206=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #990CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CCE is #66F331. Grayscale: #4B4B4B. Windows color (decimal): -6746930 or 13503641. OLE color: 13503641.

HSL color Cylindrical-coordinate representation of color #990CCE: hue angle of 283.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CCE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15312206-
CMYK0.260.9400.19
HSL283.61º88.99%42.75%-
HSV(B)283.61º94.17%80.78%-
XYZ24.4111.4959.32-
YUV76.28201.21182.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 206 (80.86% from 255) = 55.53%
R=41.24%
G=3.23%
B=55.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153122060.260.9400.19283.6188.9942.75
Hex99CCE1A5E01311c592b
Octal231143163213602343413153
Binary100110011100110011101101010111100100111000111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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