#964F93

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

Shades of Violet Blue #964F93

Tints of Violet Blue #964F93

Color information

#964F93 (or 0x964F93) is unknown color: approx Violet Blue. HEX triplet: 96, 4F and 93. RGB value is (150,79,147). Sum of RGB (Red+Green+Blue) = 150+79+147=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #964F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F93 is #69B06C. Grayscale: #6B6B6B. Windows color (decimal): -6926445 or 9654166. OLE color: 9654166.

HSL color Cylindrical-coordinate representation of color #964F93: hue angle of 302.54º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F93 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15079147-
CMYK00.470.020.41
HSL302.54º31%44.9%-
HSV(B)302.54º47.33%58.82%-
XYZ20.6414.1829.25-
YUV107.98150.02157.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=39.89%
G=21.01%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507914700.470.020.41302.543144.9
Hex964F9302F22912f1f2d
Octal2261172230572514573755
Binary1001011010011111001001101011111010100110010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964F93; }

 p { color: rgb(150,79,147); }

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

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

 a { background-color: rgb(150,79,147); }

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

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

 span { border-color: rgb(150,79,147); }

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