#965D90

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

Shades of Violet Blue #965D90

Tints of Violet Blue #965D90

Color information

#965D90 (or 0x965D90) is unknown color: approx Violet Blue. HEX triplet: 96, 5D and 90. RGB value is (150,93,144). Sum of RGB (Red+Green+Blue) = 150+93+144=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #965D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D90 is #69A26F. Grayscale: #737373. Windows color (decimal): -6922864 or 9461142. OLE color: 9461142.

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

Color convert

RGB15093144-
CMYK00.380.040.41
HSL306.32º23.46%47.65%-
HSV(B)306.32º38%58.82%-
XYZ21.5316.3328.4-
YUV115.86143.88152.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=38.76%
G=24.03%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509314400.380.040.41306.3223.4647.65
Hex965D900264291321730
Octal2261352200464514622760
Binary10010110101110110010000010011010010100110011001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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