Html Css Color HEX #991EA4 Vivid Violet

📋 copy color: '#991EA4'

red 153 ◦ green 30 ◦ blue 164

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

Shades of Vivid Violet #991EA4

Tints of Vivid Violet #991EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 44.09%
G = 8.65%
B = 47.26%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#991EA4 (or 0x991EA4) is known color: Vivid Violet. HEX triplet: 99, 1E and A4. RGB value is (153,30,164). Sum of RGB (Red+Green+Blue) = 153+30+164=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #991EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991EA4 is #66E15B. Grayscale: #515151. Windows color (decimal): -6742364 or 10755737. OLE color: 10755737.

HSL color Cylindrical-coordinate representation of color #991EA4: hue angle of 295.07º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991EA4 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 30 164 -
CMYK 0.07 0.82 0 0.36
HSL 295.07º 0.69% 0.38% -
HSV(B) 295.07º 0.82% 0.64% -
XYZ 20.3 10.38 36.06 -
YUV 82.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 153 30 164 0.07 0.82 0 0.36 295.07 0.69 0.38
Hex 99 1E A4 7 52 0 24 127 45 26
Octal 231 36 244 7 122 0 44 447 105 46
Binary 10011001 11110 10100100 111 1010010 0 100100 100100111 1000101 100110

Color Harmonies of #991EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EA4

Black with #991EA4

Text Example


Text Example

White with #991EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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