Html Css Color HEX #990ABA Dark Violet

📋 copy color: '#990ABA'

red 153 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #990ABA

Tints of Dark Violet #990ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

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

R = 43.84%
G = 2.87%
B = 53.3%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#990ABA (or 0x990ABA) is known color: Dark Violet. HEX triplet: 99, 0A and BA. RGB value is (153,10,186). Sum of RGB (Red+Green+Blue) = 153+10+186=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #990ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ABA is #66F545. Grayscale: #484848. Windows color (decimal): -6747462 or 12192409. OLE color: 12192409.

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

Color convert

RGB 153 10 186 -
CMYK 0.18 0.95 0 0.27
HSL 288.75º 0.9% 0.38% -
HSV(B) 288.75º 0.95% 0.73% -
XYZ 22.11 10.53 47.32 -
YUV 72.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 153 10 186 0.18 0.95 0 0.27 288.75 0.9 0.38
Hex 99 A BA 12 5F 0 1B 121 5A 26
Octal 231 12 272 22 137 0 33 441 132 46
Binary 10011001 1010 10111010 10010 1011111 0 11011 100100001 1011010 100110

Color Harmonies of #990ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990ABA

Black with #990ABA

Text Example


Text Example

White with #990ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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