#975F96

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

Shades of Violet Blue #975F96

Tints of Violet Blue #975F96

Color information

#975F96 (or 0x975F96) is unknown color: approx Violet Blue. HEX triplet: 97, 5F and 96. RGB value is (151,95,150). Sum of RGB (Red+Green+Blue) = 151+95+150=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #975F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975F96 is #68A069. Grayscale: #757575. Windows color (decimal): -6856810 or 9854871. OLE color: 9854871.

HSL color Cylindrical-coordinate representation of color #975F96: hue angle of 301.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #975F96 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15195150-
CMYK00.370.010.41
HSL301.07º22.76%48.24%-
HSV(B)301.07º37.09%59.22%-
XYZ22.3616.9730.95-
YUV118.01146.05151.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=38.13%
G=23.99%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519515000.370.010.41301.0722.7648.24
Hex975F9602512912d1730
Octal2271372260451514552760
Binary100101111011111100101100100101110100110010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975F96; }

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

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

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

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

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

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

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

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