#965B90

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

Shades of Violet Blue #965B90

Tints of Violet Blue #965B90

Color information

#965B90 (or 0x965B90) is unknown color: approx Violet Blue. HEX triplet: 96, 5B and 90. RGB value is (150,91,144). Sum of RGB (Red+Green+Blue) = 150+91+144=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #965B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965B90 is #69A46F. Grayscale: #727272. Windows color (decimal): -6923376 or 9460630. OLE color: 9460630.

HSL color Cylindrical-coordinate representation of color #965B90: hue angle of 306.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965B90 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15091144-
CMYK00.390.040.41
HSL306.1º24.48%47.25%-
HSV(B)306.1º39.33%58.82%-
XYZ21.3515.9828.34-
YUV114.68144.55153.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=38.96%
G=23.64%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509114400.390.040.41306.124.4847.25
Hex965B90027429132182f
Octal2261332200474514623057
Binary10010110101101110010000010011110010100110011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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