Html Css Color HEX #971EA4 Vivid Violet

📋 copy color: '#971EA4'

red 151 ◦ green 30 ◦ blue 164

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

Shades of Vivid Violet #971EA4

Tints of Vivid Violet #971EA4

RGB

 RED value IS 151 (59.38% from 255) = 43.77%

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

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

R = 43.77%
G = 8.7%
B = 47.54%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#971EA4 (or 0x971EA4) is known color: Vivid Violet. HEX triplet: 97, 1E and A4. RGB value is (151,30,164). Sum of RGB (Red+Green+Blue) = 151+30+164=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #971EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971EA4 is #68E15B. Grayscale: #515151. Windows color (decimal): -6873436 or 10755735. OLE color: 10755735.

HSL color Cylindrical-coordinate representation of color #971EA4: hue angle of 294.18º 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 #971EA4 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 30 164 -
CMYK 0.08 0.82 0 0.36
HSL 294.18º 0.69% 0.38% -
HSV(B) 294.18º 0.82% 0.64% -
XYZ 19.93 10.19 36.04 -
YUV 81.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 151 30 164 0.08 0.82 0 0.36 294.18 0.69 0.38
Hex 97 1E A4 8 52 0 24 126 45 26
Octal 227 36 244 10 122 0 44 446 105 46
Binary 10010111 11110 10100100 1000 1010010 0 100100 100100110 1000101 100110

Color Harmonies of #971EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EA4

Black with #971EA4

Text Example


Text Example

White with #971EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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