Html Css Color HEX #972BA6 Vivid Violet

📋 copy color: '#972BA6'

red 151 ◦ green 43 ◦ blue 166

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

Shades of Vivid Violet #972BA6

Tints of Vivid Violet #972BA6

RGB

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

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

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

R = 41.94%
G = 11.94%
B = 46.11%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#972BA6 (or 0x972BA6) is known color: Vivid Violet. HEX triplet: 97, 2B and A6. RGB value is (151,43,166). Sum of RGB (Red+Green+Blue) = 151+43+166=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #972BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BA6 is #68D459. Grayscale: #585858. Windows color (decimal): -6870106 or 10890135. OLE color: 10890135.

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

Color convert

RGB 151 43 166 -
CMYK 0.09 0.74 0 0.35
HSL 292.68º 0.59% 0.41% -
HSV(B) 292.68º 0.74% 0.65% -
XYZ 20.51 11.06 37.13 -
YUV 89.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 151 43 166 0.09 0.74 0 0.35 292.68 0.59 0.41
Hex 97 2B A6 9 4A 0 23 125 3B 29
Octal 227 53 246 11 112 0 43 445 73 51
Binary 10010111 101011 10100110 1001 1001010 0 100011 100100101 111011 101001

Color Harmonies of #972BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BA6

Black with #972BA6

Text Example


Text Example

White with #972BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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