#965597

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

Shades of Violet Blue #965597

Tints of Violet Blue #965597

Color information

#965597 (or 0x965597) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and 97. RGB value is (150,85,151). Sum of RGB (Red+Green+Blue) = 150+85+151=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #965597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965597 is #69AA68. Grayscale: #6F6F6F. Windows color (decimal): -6924905 or 9917846. OLE color: 9917846.

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

Color convert

RGB15085151-
CMYK0.010.4400.41
HSL299.09º27.97%46.27%-
HSV(B)299.09º43.71%59.22%-
XYZ21.4115.2231.09-
YUV111.96150.03155.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=38.86%
G=22.02%
B=39.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150851510.010.4400.41299.0927.9746.27
Hex96559712C02912b1c2e
Octal2261252271540514533456
Binary100101101010101100101111101100010100110010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965597; }

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

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

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

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

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

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

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

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