Html Css Color HEX #990ABB Dark Violet

📋 copy color: '#990ABB'

red 153 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #990ABB

Tints of Dark Violet #990ABB

RGB

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

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

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

R = 43.71%
G = 2.86%
B = 53.43%

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

#990ABB (or 0x990ABB) is known color: Dark Violet. HEX triplet: 99, 0A and BB. RGB value is (153,10,187). Sum of RGB (Red+Green+Blue) = 153+10+187=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #990ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ABB is #66F544. Grayscale: #484848. Windows color (decimal): -6747461 or 12257945. OLE color: 12257945.

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

Color convert

RGB 153 10 187 -
CMYK 0.18 0.95 0 0.27
HSL 288.47º 0.9% 0.39% -
HSV(B) 288.47º 0.95% 0.73% -
XYZ 22.22 10.58 47.88 -
YUV 72.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 153 10 187 0.18 0.95 0 0.27 288.47 0.9 0.39
Hex 99 A BB 12 5F 0 1B 120 5A 27
Octal 231 12 273 22 137 0 33 440 132 47
Binary 10011001 1010 10111011 10010 1011111 0 11011 100100000 1011010 100111

Color Harmonies of #990ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990ABB

Black with #990ABB

Text Example


Text Example

White with #990ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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