Html Css Color HEX #990BBA Dark Violet

📋 copy color: '#990BBA'

red 153 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #990BBA

Tints of Dark Violet #990BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 43.71%
G = 3.14%
B = 53.14%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#990BBA (or 0x990BBA) is known color: Dark Violet. HEX triplet: 99, 0B and BA. RGB value is (153,11,186). Sum of RGB (Red+Green+Blue) = 153+11+186=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #990BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BBA is #66F445. Grayscale: #484848. Windows color (decimal): -6747206 or 12192665. OLE color: 12192665.

HSL color Cylindrical-coordinate representation of color #990BBA: hue angle of 288.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BBA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 11 186 -
CMYK 0.18 0.94 0 0.27
HSL 288.69º 0.89% 0.39% -
HSV(B) 288.69º 0.94% 0.73% -
XYZ 22.12 10.56 47.33 -
YUV 73.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 153 11 186 0.18 0.94 0 0.27 288.69 0.89 0.39
Hex 99 B BA 12 5E 0 1B 121 59 27
Octal 231 13 272 22 136 0 33 441 131 47
Binary 10011001 1011 10111010 10010 1011110 0 11011 100100001 1011001 100111

Color Harmonies of #990BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BBA

Black with #990BBA

Text Example


Text Example

White with #990BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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