#965E99

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

Shades of Violet Blue #965E99

Tints of Violet Blue #965E99

Color information

#965E99 (or 0x965E99) is unknown color: approx Violet Blue. HEX triplet: 96, 5E and 99. RGB value is (150,94,153). Sum of RGB (Red+Green+Blue) = 150+94+153=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #965E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E99 is #69A166. Grayscale: #757575. Windows color (decimal): -6922599 or 10051222. OLE color: 10051222.

HSL color Cylindrical-coordinate representation of color #965E99: hue angle of 296.95º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965E99 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15094153-
CMYK0.020.3900.4
HSL296.95º23.89%48.43%-
HSV(B)296.95º38.56%60%-
XYZ22.3316.7932.2-
YUV117.47148.05151.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=37.78%
G=23.68%
B=38.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150941530.020.3900.4296.9523.8948.43
Hex965E992270281291830
Octal2261362312470504513060
Binary1001011010111101001100110100111010100010010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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