#964B93

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

Shades of Violet Blue #964B93

Tints of Violet Blue #964B93

Color information

#964B93 (or 0x964B93) is unknown color: approx Violet Blue. HEX triplet: 96, 4B and 93. RGB value is (150,75,147). Sum of RGB (Red+Green+Blue) = 150+75+147=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #964B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B93 is #69B46C. Grayscale: #696969. Windows color (decimal): -6927469 or 9653142. OLE color: 9653142.

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

Color convert

RGB15075147-
CMYK00.50.020.41
HSL302.4º33.33%44.12%-
HSV(B)302.4º50%58.82%-
XYZ20.3613.6229.16-
YUV105.63151.35159.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 147 (57.81% from 255) = 39.52%
R=40.32%
G=20.16%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507514700.50.020.41302.433.3344.12
Hex964B9303222912e212c
Octal2261132230622514564154
Binary10010110100101110010011011001010101001100101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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