#975896

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

Shades of Violet Blue #975896

Tints of Violet Blue #975896

Color information

#975896 (or 0x975896) is unknown color: approx Violet Blue. HEX triplet: 97, 58 and 96. RGB value is (151,88,150). Sum of RGB (Red+Green+Blue) = 151+88+150=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #975896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975896 is #68A769. Grayscale: #717171. Windows color (decimal): -6858602 or 9853079. OLE color: 9853079.

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

Color convert

RGB15188150-
CMYK00.420.010.41
HSL300.95º26.36%46.86%-
HSV(B)300.95º41.72%59.22%-
XYZ21.7615.7630.75-
YUV113.9148.37154.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=38.82%
G=22.62%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518815000.420.010.41300.9526.3646.86
Hex97589602A12912d1a2f
Octal2271302260521514553257
Binary100101111011000100101100101010110100110010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975896; }

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

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

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

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

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

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

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

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