Html Css Color HEX #990BBB Dark Violet

📋 copy color: '#990BBB'

red 153 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #990BBB

Tints of Dark Violet #990BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 43.59%
G = 3.13%
B = 53.28%

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

#990BBB (or 0x990BBB) is known color: Dark Violet. HEX triplet: 99, 0B and BB. RGB value is (153,11,187). Sum of RGB (Red+Green+Blue) = 153+11+187=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #990BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BBB is #66F444. Grayscale: #484848. Windows color (decimal): -6747205 or 12258201. OLE color: 12258201.

HSL color Cylindrical-coordinate representation of color #990BBB: hue angle of 288.41º 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 #990BBB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 11 187 -
CMYK 0.18 0.94 0 0.27
HSL 288.41º 0.89% 0.39% -
HSV(B) 288.41º 0.94% 0.73% -
XYZ 22.23 10.6 47.89 -
YUV 73.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 153 11 187 0.18 0.94 0 0.27 288.41 0.89 0.39
Hex 99 B BB 12 5E 0 1B 120 59 27
Octal 231 13 273 22 136 0 33 440 131 47
Binary 10011001 1011 10111011 10010 1011110 0 11011 100100000 1011001 100111

Color Harmonies of #990BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BBB

Black with #990BBB

Text Example


Text Example

White with #990BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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