Html Css Color HEX #976395 Violet Blue

📋 copy color: '#976395'

red 151 ◦ green 99 ◦ blue 149

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

Shades of Violet Blue #976395

Tints of Violet Blue #976395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 37.84%
G = 24.81%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#976395 (or 0x976395) is known color: Violet Blue. HEX triplet: 97, 63 and 95. RGB value is (151,99,149). Sum of RGB (Red+Green+Blue) = 151+99+149=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976395 is #689C6A. Grayscale: #787878. Windows color (decimal): -6855787 or 9790359. OLE color: 9790359.

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

Color convert

RGB 151 99 149 -
CMYK 0 0.34 0.01 0.41
HSL 302.31º 0.21% 0.49% -
HSV(B) 302.31º 0.34% 0.59% -
XYZ 22.65 17.67 30.65 -
YUV 120.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 151 99 149 0 0.34 0.01 0.41 302.31 0.21 0.49
Hex 97 63 95 0 22 1 29 12E 15 31
Octal 227 143 225 0 42 1 51 456 25 61
Binary 10010111 1100011 10010101 0 100010 1 101001 100101110 10101 110001

Color Harmonies of #976395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976395

Black with #976395

Text Example


Text Example

White with #976395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976395; }

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

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

background-color css

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

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

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

border-color css

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

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

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