Html Css Color HEX #972BA4 Vivid Violet

📋 copy color: '#972BA4'

red 151 ◦ green 43 ◦ blue 164

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

Shades of Vivid Violet #972BA4

Tints of Vivid Violet #972BA4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

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

R = 42.18%
G = 12.01%
B = 45.81%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#972BA4 (or 0x972BA4) is known color: Vivid Violet. HEX triplet: 97, 2B and A4. RGB value is (151,43,164). Sum of RGB (Red+Green+Blue) = 151+43+164=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #972BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BA4 is #68D45B. Grayscale: #585858. Windows color (decimal): -6870108 or 10759063. OLE color: 10759063.

HSL color Cylindrical-coordinate representation of color #972BA4: hue angle of 293.55º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972BA4 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 43 164 -
CMYK 0.08 0.74 0 0.36
HSL 293.55º 0.58% 0.41% -
HSV(B) 293.55º 0.74% 0.64% -
XYZ 20.33 10.99 36.17 -
YUV 89.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 151 43 164 0.08 0.74 0 0.36 293.55 0.58 0.41
Hex 97 2B A4 8 4A 0 24 126 3A 29
Octal 227 53 244 10 112 0 44 446 72 51
Binary 10010111 101011 10100100 1000 1001010 0 100100 100100110 111010 101001

Color Harmonies of #972BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BA4

Black with #972BA4

Text Example


Text Example

White with #972BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972BA4; }

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

 H1.HeaderClassName
 {
   color: #972BA4;
 }
 .AnyTagClassName
 {
   color: #972BA4;
 }
</style>

background-color css

<style>
 a { background-color: #972BA4; }

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

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

border-color css

<style>
 span { border-color: #972BA4; }

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

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