#965499

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

Shades of Violet Blue #965499

Tints of Violet Blue #965499

Color information

#965499 (or 0x965499) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 99. RGB value is (150,84,153). Sum of RGB (Red+Green+Blue) = 150+84+153=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #965499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965499 is #69AB66. Grayscale: #6F6F6F. Windows color (decimal): -6925159 or 10048662. OLE color: 10048662.

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

Color convert

RGB15084153-
CMYK0.020.4500.4
HSL297.39º29.11%46.47%-
HSV(B)297.39º45.1%60%-
XYZ21.515.1231.92-
YUV111.6151.37155.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=38.76%
G=21.71%
B=39.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150841530.020.4500.4297.3929.1146.47
Hex96549922D0281291d2e
Octal2261242312550504513556
Binary1001011010101001001100110101101010100010010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965499; }

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

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

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

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

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

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

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

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