Html Css Color HEX #977297 Violet Blue

📋 copy color: '#977297'

red 151 ◦ green 114 ◦ blue 151

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

Shades of Violet Blue #977297

Tints of Violet Blue #977297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

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

R = 36.3%
G = 27.4%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#977297 (or 0x977297) is known color: Violet Blue. HEX triplet: 97, 72 and 97. RGB value is (151,114,151). Sum of RGB (Red+Green+Blue) = 151+114+151=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #977297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977297 is #688D68. Grayscale: #818181. Windows color (decimal): -6851945 or 9925271. OLE color: 9925271.

HSL color Cylindrical-coordinate representation of color #977297: 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.25%. Process color model (Four color, CMYK) of #977297 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 151 -
CMYK 0 0.25 0 0.41
HSL 300º 0.15% 0.52% -
HSV(B) 300º 0.25% 0.59% -
XYZ 24.37 20.85 32.02 -
YUV 129.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 151 114 151 0 0.25 0 0.41 300 0.15 0.52
Hex 97 72 97 0 19 0 29 12C F 34
Octal 227 162 227 0 31 0 51 454 17 64
Binary 10010111 1110010 10010111 0 11001 0 101001 100101100 1111 110100

Color Harmonies of #977297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977297

Black with #977297

Text Example


Text Example

White with #977297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977297; }

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

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

background-color css

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

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

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

border-color css

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

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

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