Html Css Color HEX #990CBA Dark Violet

📋 copy color: '#990CBA'

red 153 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #990CBA

Tints of Dark Violet #990CBA

RGB

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

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

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

R = 43.59%
G = 3.42%
B = 52.99%

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

#990CBA (or 0x990CBA) is known color: Dark Violet. HEX triplet: 99, 0C and BA. RGB value is (153,12,186). Sum of RGB (Red+Green+Blue) = 153+12+186=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #990CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CBA is #66F345. Grayscale: #494949. Windows color (decimal): -6746950 or 12192921. OLE color: 12192921.

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

Color convert

RGB 153 12 186 -
CMYK 0.18 0.94 0 0.27
HSL 288.62º 0.88% 0.39% -
HSV(B) 288.62º 0.94% 0.73% -
XYZ 22.13 10.58 47.33 -
YUV 74 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 153 12 186 0.18 0.94 0 0.27 288.62 0.88 0.39
Hex 99 C BA 12 5E 0 1B 121 58 27
Octal 231 14 272 22 136 0 33 441 130 47
Binary 10011001 1100 10111010 10010 1011110 0 11011 100100001 1011000 100111

Color Harmonies of #990CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CBA

Black with #990CBA

Text Example


Text Example

White with #990CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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