Html Css Color HEX #990DB8 Dark Violet

📋 copy color: '#990DB8'

red 153 ◦ green 13 ◦ blue 184

#990DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #990DB8

Tints of Dark Violet #990DB8

RGB

 RED value IS 153 (60.16% from 255) = 43.71%

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 184 (72.27% from 255) = 52.57%

R = 43.71%
G = 3.71%
B = 52.57%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#990DB8 (or 0x990DB8) is known color: Dark Violet. HEX triplet: 99, 0D and B8. RGB value is (153,13,184). Sum of RGB (Red+Green+Blue) = 153+13+184=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #990DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DB8 is #66F247. Grayscale: #494949. Windows color (decimal): -6746696 or 12062105. OLE color: 12062105.

HSL color Cylindrical-coordinate representation of color #990DB8: hue angle of 289.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DB8 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 13 184 -
CMYK 0.17 0.93 0 0.28
HSL 289.12º 0.87% 0.39% -
HSV(B) 289.12º 0.93% 0.72% -
XYZ 21.93 10.52 46.22 -
YUV 74.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 153 13 184 0.17 0.93 0 0.28 289.12 0.87 0.39
Hex 99 D B8 11 5D 0 1C 121 57 27
Octal 231 15 270 21 135 0 34 441 127 47
Binary 10011001 1101 10111000 10001 1011101 0 11100 100100001 1010111 100111

Color Harmonies of #990DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DB8

Black with #990DB8

Text Example


Text Example

White with #990DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #990DB8;
 }
 .AnyTagClassName
 {
   color: #990DB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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