#965A90

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

Shades of Violet Blue #965A90

Tints of Violet Blue #965A90

Color information

#965A90 (or 0x965A90) is unknown color: approx Violet Blue. HEX triplet: 96, 5A and 90. RGB value is (150,90,144). Sum of RGB (Red+Green+Blue) = 150+90+144=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #965A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A90 is #69A56F. Grayscale: #717171. Windows color (decimal): -6923632 or 9460374. OLE color: 9460374.

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

Color convert

RGB15090144-
CMYK00.40.040.41
HSL306º25%47.06%-
HSV(B)306º40%58.82%-
XYZ21.2715.8128.32-
YUV114.1144.88153.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=39.06%
G=23.44%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509014400.40.040.413062547.06
Hex965A90028429132192f
Octal2261322200504514623157
Binary10010110101101010010000010100010010100110011001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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