Html Css Color HEX #976296 Violet Blue

📋 copy color: '#976296'

red 151 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #976296

Tints of Violet Blue #976296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 37.84%
G = 24.56%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#976296 (or 0x976296) is known color: Violet Blue. HEX triplet: 97, 62 and 96. RGB value is (151,98,150). Sum of RGB (Red+Green+Blue) = 151+98+150=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976296 is #689D69. Grayscale: #777777. Windows color (decimal): -6856042 or 9855639. OLE color: 9855639.

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

Color convert

RGB 151 98 150 -
CMYK 0 0.35 0.01 0.41
HSL 301.13º 0.21% 0.49% -
HSV(B) 301.13º 0.35% 0.59% -
XYZ 22.64 17.52 31.04 -
YUV 119.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 151 98 150 0 0.35 0.01 0.41 301.13 0.21 0.49
Hex 97 62 96 0 23 1 29 12D 15 31
Octal 227 142 226 0 43 1 51 455 25 61
Binary 10010111 1100010 10010110 0 100011 1 101001 100101101 10101 110001

Color Harmonies of #976296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976296

Black with #976296

Text Example


Text Example

White with #976296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976296; }

 p { color: rgb(151,98,150); }

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

background-color css

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

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

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

border-color css

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

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

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