Html Css Color HEX #976D97 Violet Blue

📋 copy color: '#976D97'

red 151 ◦ green 109 ◦ blue 151

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

Shades of Violet Blue #976D97

Tints of Violet Blue #976D97

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 36.74%
G = 26.52%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#976D97 (or 0x976D97) is known color: Violet Blue. HEX triplet: 97, 6D and 97. RGB value is (151,109,151). Sum of RGB (Red+Green+Blue) = 151+109+151=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #976D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D97 is #689268. Grayscale: #7E7E7E. Windows color (decimal): -6853225 or 9923991. OLE color: 9923991.

HSL color Cylindrical-coordinate representation of color #976D97: hue angle of 300º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D97 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 151 -
CMYK 0 0.28 0 0.41
HSL 300º 0.17% 0.51% -
HSV(B) 300º 0.28% 0.59% -
XYZ 23.82 19.75 31.84 -
YUV 126.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 151 109 151 0 0.28 0 0.41 300 0.17 0.51
Hex 97 6D 97 0 1C 0 29 12C 11 33
Octal 227 155 227 0 34 0 51 454 21 63
Binary 10010111 1101101 10010111 0 11100 0 101001 100101100 10001 110011

Color Harmonies of #976D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D97

Black with #976D97

Text Example


Text Example

White with #976D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D97; }

 p { color: rgb(151,109,151); }

 H1.HeaderClassName
 {
   color: #976D97;
 }
 .AnyTagClassName
 {
   color: #976D97;
 }
</style>

background-color css

<style>
 a { background-color: #976D97; }

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

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

border-color css

<style>
 span { border-color: #976D97; }

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

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