#975E96

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

Shades of Violet Blue #975E96

Tints of Violet Blue #975E96

Color information

#975E96 (or 0x975E96) is unknown color: approx Violet Blue. HEX triplet: 97, 5E and 96. RGB value is (151,94,150). Sum of RGB (Red+Green+Blue) = 151+94+150=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #975E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975E96 is #68A169. Grayscale: #757575. Windows color (decimal): -6857066 or 9854615. OLE color: 9854615.

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

Color convert

RGB15194150-
CMYK00.380.010.41
HSL301.05º23.27%48.04%-
HSV(B)301.05º37.75%59.22%-
XYZ22.2716.7930.92-
YUV117.43146.38151.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=38.23%
G=23.80%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519415000.380.010.41301.0523.2748.04
Hex975E9602612912d1730
Octal2271362260461514552760
Binary100101111011110100101100100110110100110010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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