#990CD1

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

Shades of Dark Violet #990CD1

Tints of Dark Violet #990CD1

Color information

#990CD1 (or 0x990CD1) is unknown color: approx Dark Violet. HEX triplet: 99, 0C and D1. RGB value is (153,12,209). Sum of RGB (Red+Green+Blue) = 153+12+209=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #990CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CD1 is #66F32E. Grayscale: #4B4B4B. Windows color (decimal): -6746927 or 13700249. OLE color: 13700249.

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

Color convert

RGB15312209-
CMYK0.270.9400.18
HSL282.94º89.14%43.33%-
HSV(B)282.94º94.26%81.96%-
XYZ24.7811.6461.26-
YUV76.62202.71182.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 12 (5.08% from 255) = 3.21%
BLUE value IS 209 (82.03% from 255) = 55.88%
R=40.91%
G=3.21%
B=55.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153122090.270.9400.18282.9489.1443.33
Hex99CD11B5E01211b592b
Octal231143213313602243313153
Binary100110011100110100011101110111100100101000110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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