#964993

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

Shades of Violet Blue #964993

Tints of Violet Blue #964993

Color information

#964993 (or 0x964993) is unknown color: approx Violet Blue. HEX triplet: 96, 49 and 93. RGB value is (150,73,147). Sum of RGB (Red+Green+Blue) = 150+73+147=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964993 is #69B66C. Grayscale: #686868. Windows color (decimal): -6927981 or 9652630. OLE color: 9652630.

HSL color Cylindrical-coordinate representation of color #964993: hue angle of 302.34º degrees, saturation: 0.35, 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 #964993 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15073147-
CMYK00.510.020.41
HSL302.34º34.53%43.73%-
HSV(B)302.34º51.33%58.82%-
XYZ20.2313.3629.12-
YUV104.46152.01160.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=40.54%
G=19.73%
B=39.73%

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
Decimal1507314700.510.020.41302.3434.5343.73
Hex96499303322912e232c
Octal2261112230632514564354
Binary10010110100100110010011011001110101001100101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964993; }

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

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

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

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

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

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

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

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