#975595

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

Shades of Violet Blue #975595

Tints of Violet Blue #975595

Color information

#975595 (or 0x975595) is unknown color: approx Violet Blue. HEX triplet: 97, 55 and 95. RGB value is (151,85,149). Sum of RGB (Red+Green+Blue) = 151+85+149=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #975595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975595 is #68AA6A. Grayscale: #6F6F6F. Windows color (decimal): -6859371 or 9786775. OLE color: 9786775.

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

Color convert

RGB15185149-
CMYK00.440.010.41
HSL301.82º27.97%46.27%-
HSV(B)301.82º43.71%59.22%-
XYZ21.4415.2530.25-
YUV112.03148.87155.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=39.22%
G=22.08%
B=38.70%

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
Decimal1518514900.440.010.41301.8227.9746.27
Hex97559502C12912e1c2e
Octal2271252250541514563456
Binary100101111010101100101010101100110100110010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975595; }

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

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

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

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

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

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

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

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