#975496

Color #975496 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #975496

Tints of Violet Blue #975496

Color information

#975496 (or 0x975496) is unknown color: approx Violet Blue. HEX triplet: 97, 54 and 96. RGB value is (151,84,150). Sum of RGB (Red+Green+Blue) = 151+84+150=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #975496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975496 is #68AB69. Grayscale: #6F6F6F. Windows color (decimal): -6859626 or 9852055. OLE color: 9852055.

HSL color Cylindrical-coordinate representation of color #975496: hue angle of 300.9º degrees, saturation: 0.29, 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 #975496 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15184150-
CMYK00.440.010.41
HSL300.9º28.51%46.08%-
HSV(B)300.9º44.37%59.22%-
XYZ21.4415.1230.64-
YUV111.56149.7156.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=39.22%
G=21.82%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518415000.440.010.41300.928.5146.08
Hex97549602C12912d1d2e
Octal2271242260541514553556
Binary100101111010100100101100101100110100110010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975496; }

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

 H1.HeaderClassName
 {
   color: #975496;
 }
 .AnyTagClassName
 {
   color: #975496;
 }
</style>
background-color css

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

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

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

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

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

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