#964C93

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

Shades of Violet Blue #964C93

Tints of Violet Blue #964C93

Color information

#964C93 (or 0x964C93) is unknown color: approx Violet Blue. HEX triplet: 96, 4C and 93. RGB value is (150,76,147). Sum of RGB (Red+Green+Blue) = 150+76+147=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #964C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C93 is #69B36C. Grayscale: #6A6A6A. Windows color (decimal): -6927213 or 9653398. OLE color: 9653398.

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

Color convert

RGB15076147-
CMYK00.490.020.41
HSL302.43º32.74%44.31%-
HSV(B)302.43º49.33%58.82%-
XYZ20.4313.7629.18-
YUV106.22151.02159.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=40.21%
G=20.38%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507614700.490.020.41302.4332.7444.31
Hex964C9303122912e212c
Octal2261142230612514564154
Binary10010110100110010010011011000110101001100101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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