#990DCB

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

Shades of Dark Violet #990DCB

Tints of Dark Violet #990DCB

Color information

#990DCB (or 0x990DCB) is unknown color: approx Dark Violet. HEX triplet: 99, 0D and CB. RGB value is (153,13,203). Sum of RGB (Red+Green+Blue) = 153+13+203=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #990DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DCB is #66F234. Grayscale: #4B4B4B. Windows color (decimal): -6746677 or 13307289. OLE color: 13307289.

HSL color Cylindrical-coordinate representation of color #990DCB: hue angle of 284.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DCB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15313203-
CMYK0.250.9400.20
HSL284.21º87.96%42.35%-
HSV(B)284.21º93.6%79.61%-
XYZ24.0611.3757.43-
YUV76.52199.38182.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=41.46%
G=3.52%
B=55.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153132030.250.9400.20284.2187.9642.35
Hex99DCB195E01411c582a
Octal231153133113602443413052
Binary100110011101110010111100110111100101001000111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,13,203); }

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

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

 a { background-color: rgb(153,13,203); }

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

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

 span { border-color: rgb(153,13,203); }

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