#965791

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

Shades of Violet Blue #965791

Tints of Violet Blue #965791

Color information

#965791 (or 0x965791) is unknown color: approx Violet Blue. HEX triplet: 96, 57 and 91. RGB value is (150,87,145). Sum of RGB (Red+Green+Blue) = 150+87+145=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965791 is #69A86E. Grayscale: #707070. Windows color (decimal): -6924399 or 9525142. OLE color: 9525142.

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

Color convert

RGB15087145-
CMYK00.420.030.41
HSL304.76º26.58%46.47%-
HSV(B)304.76º42%58.82%-
XYZ21.115.3428.64-
YUV112.45146.37154.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=39.27%
G=22.77%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508714500.420.030.41304.7626.5846.47
Hex96579102A3291311b2e
Octal2261272210523514613356
Binary1001011010101111001000101010101110100110011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965791; }

 p { color: rgb(150,87,145); }

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

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

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

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

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

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

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