#964795

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

Shades of Violet Blue #964795

Tints of Violet Blue #964795

Color information

#964795 (or 0x964795) is unknown color: approx Violet Blue. HEX triplet: 96, 47 and 95. RGB value is (150,71,149). Sum of RGB (Red+Green+Blue) = 150+71+149=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964795 is #69B86A. Grayscale: #676767. Windows color (decimal): -6928491 or 9783190. OLE color: 9783190.

HSL color Cylindrical-coordinate representation of color #964795: hue angle of 300.76º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964795 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15071149-
CMYK00.530.010.41
HSL300.76º35.75%43.33%-
HSV(B)300.76º52.67%58.82%-
XYZ20.2613.1629.91-
YUV103.51153.67161.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=40.54%
G=19.19%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507114900.530.010.41300.7635.7543.33
Hex96479503512912d242b
Octal2261072250651514554453
Binary1001011010001111001010101101011101001100101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964795; }

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

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

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

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

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

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

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

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