#964499

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

Shades of Violet Blue #964499

Tints of Violet Blue #964499

Color information

#964499 (or 0x964499) is unknown color: approx Violet Blue. HEX triplet: 96, 44 and 99. RGB value is (150,68,153). Sum of RGB (Red+Green+Blue) = 150+68+153=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #964499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964499 is #69BB66. Grayscale: #656565. Windows color (decimal): -6929255 or 10044566. OLE color: 10044566.

HSL color Cylindrical-coordinate representation of color #964499: hue angle of 297.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964499 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15068153-
CMYK0.020.5600.4
HSL297.88º38.46%43.33%-
HSV(B)297.88º55.56%60%-
XYZ20.3912.9231.56-
YUV102.21156.67162.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=40.43%
G=18.33%
B=41.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150681530.020.5600.4297.8838.4643.33
Hex96449923802812a262b
Octal2261042312700504524653
Binary10010110100010010011001101110000101000100101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964499; }

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

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

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

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

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

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

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

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