#975396

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

Shades of Violet Blue #975396

Tints of Violet Blue #975396

Color information

#975396 (or 0x975396) is unknown color: approx Violet Blue. HEX triplet: 97, 53 and 96. RGB value is (151,83,150). Sum of RGB (Red+Green+Blue) = 151+83+150=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #975396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975396 is #68AC69. Grayscale: #6E6E6E. Windows color (decimal): -6859882 or 9851799. OLE color: 9851799.

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

Color convert

RGB15183150-
CMYK00.450.010.41
HSL300.88º29.06%45.88%-
HSV(B)300.88º45.03%59.22%-
XYZ21.3614.9730.62-
YUV110.97150.03156.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=39.32%
G=21.61%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518315000.450.010.41300.8829.0645.88
Hex97539602D12912d1d2e
Octal2271232260551514553556
Binary100101111010011100101100101101110100110010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975396; }

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

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

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

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

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

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

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

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