Html Css Color HEX #990BB7 Dark Violet

📋 copy color: '#990BB7'

red 153 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #990BB7

Tints of Dark Violet #990BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 183 (71.88% from 255) = 52.74%

R = 44.09%
G = 3.17%
B = 52.74%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#990BB7 (or 0x990BB7) is known color: Dark Violet. HEX triplet: 99, 0B and B7. RGB value is (153,11,183). Sum of RGB (Red+Green+Blue) = 153+11+183=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #990BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BB7 is #66F448. Grayscale: #484848. Windows color (decimal): -6747209 or 11996057. OLE color: 11996057.

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

Color convert

RGB 153 11 183 -
CMYK 0.16 0.94 0 0.28
HSL 289.53º 0.89% 0.38% -
HSV(B) 289.53º 0.94% 0.72% -
XYZ 21.8 10.43 45.66 -
YUV 73.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 153 11 183 0.16 0.94 0 0.28 289.53 0.89 0.38
Hex 99 B B7 10 5E 0 1C 122 59 26
Octal 231 13 267 20 136 0 34 442 131 46
Binary 10011001 1011 10110111 10000 1011110 0 11100 100100010 1011001 100110

Color Harmonies of #990BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BB7

Black with #990BB7

Text Example


Text Example

White with #990BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,183); }

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

background-color css

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

 a { background-color: rgb(153,11,183); }

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

border-color css

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

 span { border-color: rgb(153,11,183); }

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