Html Css Color HEX #977196 Violet Blue

📋 copy color: '#977196'

red 151 ◦ green 113 ◦ blue 150

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

Shades of Violet Blue #977196

Tints of Violet Blue #977196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 36.47%
G = 27.29%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#977196 (or 0x977196) is known color: Violet Blue. HEX triplet: 97, 71 and 96. RGB value is (151,113,150). Sum of RGB (Red+Green+Blue) = 151+113+150=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977196 is #688E69. Grayscale: #808080. Windows color (decimal): -6852202 or 9859479. OLE color: 9859479.

HSL color Cylindrical-coordinate representation of color #977196: hue angle of 301.58º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977196 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 150 -
CMYK 0 0.25 0.01 0.41
HSL 301.58º 0.15% 0.52% -
HSV(B) 301.58º 0.25% 0.59% -
XYZ 24.17 20.59 31.55 -
YUV 128.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 151 113 150 0 0.25 0.01 0.41 301.58 0.15 0.52
Hex 97 71 96 0 19 1 29 12E F 34
Octal 227 161 226 0 31 1 51 456 17 64
Binary 10010111 1110001 10010110 0 11001 1 101001 100101110 1111 110100

Color Harmonies of #977196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977196

Black with #977196

Text Example


Text Example

White with #977196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977196; }

 p { color: rgb(151,113,150); }

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

background-color css

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

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

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

border-color css

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

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

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