Html Css Color HEX #990AB8 Dark Violet

📋 copy color: '#990AB8'

red 153 ◦ green 10 ◦ blue 184

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

Shades of Dark Violet #990AB8

Tints of Dark Violet #990AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.88%

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

R = 44.09%
G = 2.88%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#990AB8 (or 0x990AB8) is known color: Dark Violet. HEX triplet: 99, 0A and B8. RGB value is (153,10,184). Sum of RGB (Red+Green+Blue) = 153+10+184=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #990AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990AB8 is #66F547. Grayscale: #484848. Windows color (decimal): -6747464 or 12061337. OLE color: 12061337.

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

Color convert

RGB 153 10 184 -
CMYK 0.17 0.95 0 0.28
HSL 289.31º 0.9% 0.38% -
HSV(B) 289.31º 0.95% 0.72% -
XYZ 21.9 10.45 46.21 -
YUV 72.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 153 10 184 0.17 0.95 0 0.28 289.31 0.9 0.38
Hex 99 A B8 11 5F 0 1C 121 5A 26
Octal 231 12 270 21 137 0 34 441 132 46
Binary 10011001 1010 10111000 10001 1011111 0 11100 100100001 1011010 100110

Color Harmonies of #990AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AB8

Black with #990AB8

Text Example


Text Example

White with #990AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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