Html Css Color HEX #976595 Violet Blue

📋 copy color: '#976595'

red 151 ◦ green 101 ◦ blue 149

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

Shades of Violet Blue #976595

Tints of Violet Blue #976595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 37.66%
G = 25.19%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#976595 (or 0x976595) is known color: Violet Blue. HEX triplet: 97, 65 and 95. RGB value is (151,101,149). Sum of RGB (Red+Green+Blue) = 151+101+149=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #976595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976595 is #689A6A. Grayscale: #797979. Windows color (decimal): -6855275 or 9790871. OLE color: 9790871.

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

Color convert

RGB 151 101 149 -
CMYK 0 0.33 0.01 0.41
HSL 302.4º 0.2% 0.49% -
HSV(B) 302.4º 0.33% 0.59% -
XYZ 22.84 18.06 30.72 -
YUV 121.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 151 101 149 0 0.33 0.01 0.41 302.4 0.2 0.49
Hex 97 65 95 0 21 1 29 12E 14 31
Octal 227 145 225 0 41 1 51 456 24 61
Binary 10010111 1100101 10010101 0 100001 1 101001 100101110 10100 110001

Color Harmonies of #976595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976595

Black with #976595

Text Example


Text Example

White with #976595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976595; }

 p { color: rgb(151,101,149); }

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

background-color css

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

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

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

border-color css

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

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

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