#990DB1

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

Shades of Dark Violet #990DB1

Tints of Dark Violet #990DB1

Color information

#990DB1 (or 0x990DB1) is unknown color: approx Dark Violet. HEX triplet: 99, 0D and B1. RGB value is (153,13,177). Sum of RGB (Red+Green+Blue) = 153+13+177=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #990DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DB1 is #66F24E. Grayscale: #494949. Windows color (decimal): -6746703 or 11603353. OLE color: 11603353.

HSL color Cylindrical-coordinate representation of color #990DB1: hue angle of 291.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DB1 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15313177-
CMYK0.140.9300.31
HSL291.22º86.32%37.25%-
HSV(B)291.22º92.66%69.41%-
XYZ21.2210.2342.45-
YUV73.56186.38184.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 177 (69.53% from 255) = 51.60%
R=44.61%
G=3.79%
B=51.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153131770.140.9300.31291.2286.3237.25
Hex99DB1E5D01F1235625
Octal231152611613503744312645
Binary10011001110110110001111010111010111111001000111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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