#964A93

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

Shades of Violet Blue #964A93

Tints of Violet Blue #964A93

Color information

#964A93 (or 0x964A93) is unknown color: approx Violet Blue. HEX triplet: 96, 4A and 93. RGB value is (150,74,147). Sum of RGB (Red+Green+Blue) = 150+74+147=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #964A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A93 is #69B56C. Grayscale: #686868. Windows color (decimal): -6927725 or 9652886. OLE color: 9652886.

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

Color convert

RGB15074147-
CMYK00.510.020.41
HSL302.37º33.93%43.92%-
HSV(B)302.37º50.67%58.82%-
XYZ20.2913.4929.14-
YUV105.05151.68160.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=40.43%
G=19.95%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507414700.510.020.41302.3733.9343.92
Hex964A9303322912e222c
Octal2261122230632514564254
Binary10010110100101010010011011001110101001100101110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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