Html Css Color HEX #975597 Violet Blue

📋 copy color: '#975597'

red 151 ◦ green 85 ◦ blue 151

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

Shades of Violet Blue #975597

Tints of Violet Blue #975597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 39.02%
G = 21.96%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#975597 (or 0x975597) is known color: Violet Blue. HEX triplet: 97, 55 and 97. RGB value is (151,85,151). Sum of RGB (Red+Green+Blue) = 151+85+151=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #975597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975597 is #68AA68. Grayscale: #707070. Windows color (decimal): -6859369 or 9917847. OLE color: 9917847.

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

Color convert

RGB 151 85 151 -
CMYK 0 0.44 0 0.41
HSL 300º 0.28% 0.46% -
HSV(B) 300º 0.44% 0.59% -
XYZ 21.6 15.31 31.1 -
YUV 112.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 151 85 151 0 0.44 0 0.41 300 0.28 0.46
Hex 97 55 97 0 2C 0 29 12C 1C 2E
Octal 227 125 227 0 54 0 51 454 34 56
Binary 10010111 1010101 10010111 0 101100 0 101001 100101100 11100 101110

Color Harmonies of #975597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975597

Black with #975597

Text Example


Text Example

White with #975597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975597; }

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

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

background-color css

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

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

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

border-color css

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

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

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