#965F96

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

Shades of Violet Blue #965F96

Tints of Violet Blue #965F96

Color information

#965F96 (or 0x965F96) is unknown color: approx Violet Blue. HEX triplet: 96, 5F and 96. RGB value is (150,95,150). Sum of RGB (Red+Green+Blue) = 150+95+150=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F96 is #69A069. Grayscale: #757575. Windows color (decimal): -6922346 or 9854870. OLE color: 9854870.

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

Color convert

RGB15095150-
CMYK00.3700.41
HSL300º22.45%48.04%-
HSV(B)300º36.67%58.82%-
XYZ22.1716.8730.94-
YUV117.72146.22151.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=37.97%
G=24.05%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509515000.3700.4130022.4548.04
Hex965F9602502912c1630
Octal2261372260450514542660
Binary100101101011111100101100100101010100110010110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,150); }

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

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

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

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

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

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

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