#964B9D

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

Shades of Violet Blue #964B9D

Tints of Violet Blue #964B9D

Color information

#964B9D (or 0x964B9D) is unknown color: approx Violet Blue. HEX triplet: 96, 4B and 9D. RGB value is (150,75,157). Sum of RGB (Red+Green+Blue) = 150+75+157=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #964B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B9D is #69B462. Grayscale: #6A6A6A. Windows color (decimal): -6927459 or 10308502. OLE color: 10308502.

HSL color Cylindrical-coordinate representation of color #964B9D: hue angle of 294.88º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964B9D is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15075157-
CMYK0.040.5200.38
HSL294.88º35.34%45.49%-
HSV(B)294.88º52.23%61.57%-
XYZ21.1813.9533.47-
YUV106.77156.35158.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=39.27%
G=19.63%
B=41.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150751570.040.5200.38294.8835.3445.49
Hex964B9D434026127232d
Octal2261132354640464474355
Binary100101101001011100111011001101000100110100100111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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