#965590

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

Shades of Violet Blue #965590

Tints of Violet Blue #965590

Color information

#965590 (or 0x965590) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and 90. RGB value is (150,85,144). Sum of RGB (Red+Green+Blue) = 150+85+144=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #965590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965590 is #69AA6F. Grayscale: #6E6E6E. Windows color (decimal): -6924912 or 9459094. OLE color: 9459094.

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

Color convert

RGB15085144-
CMYK00.430.040.41
HSL305.54º27.66%46.08%-
HSV(B)305.54º43.33%58.82%-
XYZ20.8614.9928.18-
YUV111.16146.53155.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=39.58%
G=22.43%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508514400.430.040.41305.5427.6646.08
Hex96559002B4291321c2e
Octal2261252200534514623456
Binary10010110101010110010000010101110010100110011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965590; }

 p { color: rgb(150,85,144); }

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

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

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

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

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

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

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