#964A95

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

Shades of Violet Blue #964A95

Tints of Violet Blue #964A95

Color information

#964A95 (or 0x964A95) is unknown color: approx Violet Blue. HEX triplet: 96, 4A and 95. RGB value is (150,74,149). Sum of RGB (Red+Green+Blue) = 150+74+149=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #964A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A95 is #69B56A. Grayscale: #696969. Windows color (decimal): -6927723 or 9783958. OLE color: 9783958.

HSL color Cylindrical-coordinate representation of color #964A95: hue angle of 300.79º 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 #964A95 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15074149-
CMYK00.510.010.41
HSL300.79º33.93%43.92%-
HSV(B)300.79º50.67%58.82%-
XYZ20.4513.5529.97-
YUV105.27152.68159.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=40.21%
G=19.84%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507414900.510.010.41300.7933.9343.92
Hex964A9503312912d222c
Octal2261122250631514554254
Binary1001011010010101001010101100111101001100101101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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