Html Css Color HEX #972AA6 Vivid Violet

📋 copy color: '#972AA6'

red 151 ◦ green 42 ◦ blue 166

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

Shades of Vivid Violet #972AA6

Tints of Vivid Violet #972AA6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.7%

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 42.06%
G = 11.7%
B = 46.24%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#972AA6 (or 0x972AA6) is known color: Vivid Violet. HEX triplet: 97, 2A and A6. RGB value is (151,42,166). Sum of RGB (Red+Green+Blue) = 151+42+166=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #972AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972AA6 is #68D559. Grayscale: #585858. Windows color (decimal): -6870362 or 10889879. OLE color: 10889879.

HSL color Cylindrical-coordinate representation of color #972AA6: hue angle of 292.74º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972AA6 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 42 166 -
CMYK 0.09 0.75 0 0.35
HSL 292.74º 0.6% 0.41% -
HSV(B) 292.74º 0.75% 0.65% -
XYZ 20.47 10.99 37.12 -
YUV 88.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 151 42 166 0.09 0.75 0 0.35 292.74 0.6 0.41
Hex 97 2A A6 9 4B 0 23 125 3C 29
Octal 227 52 246 11 113 0 43 445 74 51
Binary 10010111 101010 10100110 1001 1001011 0 100011 100100101 111100 101001

Color Harmonies of #972AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972AA6

Black with #972AA6

Text Example


Text Example

White with #972AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,42,166); }

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

background-color css

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

 a { background-color: rgb(151,42,166); }

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

border-color css

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

 span { border-color: rgb(151,42,166); }

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