#965396

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

Shades of Violet Blue #965396

Tints of Violet Blue #965396

Color information

#965396 (or 0x965396) is unknown color: approx Violet Blue. HEX triplet: 96, 53 and 96. RGB value is (150,83,150). Sum of RGB (Red+Green+Blue) = 150+83+150=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965396 is #69AC69. Grayscale: #6E6E6E. Windows color (decimal): -6925418 or 9851798. OLE color: 9851798.

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

Color convert

RGB15083150-
CMYK00.4500.41
HSL300º28.76%45.69%-
HSV(B)300º44.67%58.82%-
XYZ21.1814.8730.61-
YUV110.67150.2156.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=39.16%
G=21.67%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508315000.4500.4130028.7645.69
Hex96539602D02912c1d2e
Octal2261232260550514543556
Binary100101101010011100101100101101010100110010110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965396; }

 p { color: rgb(150,83,150); }

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

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

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

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

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

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

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