Html Css Color HEX #991EA9 Vivid Violet

📋 copy color: '#991EA9'

red 153 ◦ green 30 ◦ blue 169

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

Shades of Vivid Violet #991EA9

Tints of Vivid Violet #991EA9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.52%

 BLUE value IS 169 (66.41% from 255) = 48.01%

R = 43.47%
G = 8.52%
B = 48.01%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#991EA9 (or 0x991EA9) is known color: Vivid Violet. HEX triplet: 99, 1E and A9. RGB value is (153,30,169). Sum of RGB (Red+Green+Blue) = 153+30+169=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #991EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991EA9 is #66E156. Grayscale: #525252. Windows color (decimal): -6742359 or 11083417. OLE color: 11083417.

HSL color Cylindrical-coordinate representation of color #991EA9: hue angle of 293.09º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991EA9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 30 169 -
CMYK 0.09 0.82 0 0.34
HSL 293.09º 0.7% 0.39% -
HSV(B) 293.09º 0.82% 0.66% -
XYZ 20.76 10.57 38.48 -
YUV 82.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 153 30 169 0.09 0.82 0 0.34 293.09 0.7 0.39
Hex 99 1E A9 9 52 0 22 125 46 27
Octal 231 36 251 11 122 0 42 445 106 47
Binary 10011001 11110 10101001 1001 1010010 0 100010 100100101 1000110 100111

Color Harmonies of #991EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EA9

Black with #991EA9

Text Example


Text Example

White with #991EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991EA9; }

 p { color: rgb(153,30,169); }

 H1.HeaderClassName
 {
   color: #991EA9;
 }
 .AnyTagClassName
 {
   color: #991EA9;
 }
</style>

background-color css

<style>
 a { background-color: #991EA9; }

 a { background-color: rgb(153,30,169); }

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

border-color css

<style>
 span { border-color: #991EA9; }

 span { border-color: rgb(153,30,169); }

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