#965E95

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

Shades of Violet Blue #965E95

Tints of Violet Blue #965E95

Color information

#965E95 (or 0x965E95) is unknown color: approx Violet Blue. HEX triplet: 96, 5E and 95. RGB value is (150,94,149). Sum of RGB (Red+Green+Blue) = 150+94+149=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #965E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E95 is #69A16A. Grayscale: #747474. Windows color (decimal): -6922603 or 9789078. OLE color: 9789078.

HSL color Cylindrical-coordinate representation of color #965E95: hue angle of 301.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E95 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15094149-
CMYK00.370.010.41
HSL301.07º22.95%47.84%-
HSV(B)301.07º37.33%58.82%-
XYZ22.0116.6630.49-
YUV117.01146.05151.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=38.17%
G=23.92%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509414900.370.010.41301.0722.9547.84
Hex965E9502512912d1730
Octal2261362250451514552760
Binary100101101011110100101010100101110100110010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E95; }

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

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

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

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

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

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

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

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