#964495

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

Shades of Violet Blue #964495

Tints of Violet Blue #964495

Color information

#964495 (or 0x964495) is unknown color: approx Violet Blue. HEX triplet: 96, 44 and 95. RGB value is (150,68,149). Sum of RGB (Red+Green+Blue) = 150+68+149=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964495 is #69BB6A. Grayscale: #656565. Windows color (decimal): -6929259 or 9782422. OLE color: 9782422.

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

Color convert

RGB15068149-
CMYK00.550.010.41
HSL300.73º37.61%42.75%-
HSV(B)300.73º54.67%58.82%-
XYZ20.0712.7929.84-
YUV101.75154.67162.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=40.87%
G=18.53%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506814900.550.010.41300.7337.6142.75
Hex96449503712912d262b
Octal2261042250671514554653
Binary1001011010001001001010101101111101001100101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964495; }

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

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

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

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

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

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

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

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