Html Css Color HEX #977397 Violet Blue

📋 copy color: '#977397'

red 151 ◦ green 115 ◦ blue 151

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

Shades of Violet Blue #977397

Tints of Violet Blue #977397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 36.21%
G = 27.58%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#977397 (or 0x977397) is known color: Violet Blue. HEX triplet: 97, 73 and 97. RGB value is (151,115,151). Sum of RGB (Red+Green+Blue) = 151+115+151=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #977397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977397 is #688C68. Grayscale: #818181. Windows color (decimal): -6851689 or 9925527. OLE color: 9925527.

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

Color convert

RGB 151 115 151 -
CMYK 0 0.24 0 0.41
HSL 300º 0.15% 0.52% -
HSV(B) 300º 0.24% 0.59% -
XYZ 24.48 21.08 32.06 -
YUV 129.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 151 115 151 0 0.24 0 0.41 300 0.15 0.52
Hex 97 73 97 0 18 0 29 12C F 34
Octal 227 163 227 0 30 0 51 454 17 64
Binary 10010111 1110011 10010111 0 11000 0 101001 100101100 1111 110100

Color Harmonies of #977397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977397

Black with #977397

Text Example


Text Example

White with #977397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977397; }

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

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

background-color css

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

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

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

border-color css

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

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

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