#967597

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

Shades of Violet Blue #967597

Tints of Violet Blue #967597

Color information

#967597 (or 0x967597) is unknown color: approx Violet Blue. HEX triplet: 96, 75 and 97. RGB value is (150,117,151). Sum of RGB (Red+Green+Blue) = 150+117+151=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #967597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967597 is #698A68. Grayscale: #828282. Windows color (decimal): -6916713 or 9926038. OLE color: 9926038.

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

Color convert

RGB150117151-
CMYK0.010.2300.41
HSL298.24º14.05%52.55%-
HSV(B)298.24º22.52%59.22%-
XYZ24.5221.4432.12-
YUV130.74139.43141.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=35.89%
G=27.99%
B=36.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501171510.010.2300.41298.2414.0552.55
Hex96759711702912ae35
Octal2261652271270514521665
Binary1001011011101011001011111011101010011001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967597; }

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

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

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

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

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

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

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

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