Html Css Color HEX #990CBB Dark Violet

📋 copy color: '#990CBB'

red 153 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #990CBB

Tints of Dark Violet #990CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

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

R = 43.47%
G = 3.41%
B = 53.13%

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

#990CBB (or 0x990CBB) is known color: Dark Violet. HEX triplet: 99, 0C and BB. RGB value is (153,12,187). Sum of RGB (Red+Green+Blue) = 153+12+187=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #990CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CBB is #66F344. Grayscale: #494949. Windows color (decimal): -6746949 or 12258457. OLE color: 12258457.

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

Color convert

RGB 153 12 187 -
CMYK 0.18 0.94 0 0.27
HSL 288.34º 0.88% 0.39% -
HSV(B) 288.34º 0.94% 0.73% -
XYZ 22.24 10.62 47.89 -
YUV 74.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 153 12 187 0.18 0.94 0 0.27 288.34 0.88 0.39
Hex 99 C BB 12 5E 0 1B 120 58 27
Octal 231 14 273 22 136 0 33 440 130 47
Binary 10011001 1100 10111011 10010 1011110 0 11011 100100000 1011000 100111

Color Harmonies of #990CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CBB

Black with #990CBB

Text Example


Text Example

White with #990CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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