#965F93

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

Shades of Violet Blue #965F93

Tints of Violet Blue #965F93

Color information

#965F93 (or 0x965F93) is unknown color: approx Violet Blue. HEX triplet: 96, 5F and 93. RGB value is (150,95,147). Sum of RGB (Red+Green+Blue) = 150+95+147=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #965F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F93 is #69A06C. Grayscale: #757575. Windows color (decimal): -6922349 or 9658262. OLE color: 9658262.

HSL color Cylindrical-coordinate representation of color #965F93: hue angle of 303.27º 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 #965F93 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15095147-
CMYK00.370.020.41
HSL303.27º22.45%48.04%-
HSV(B)303.27º36.67%58.82%-
XYZ21.9416.7829.69-
YUV117.37144.72151.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=38.27%
G=24.23%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509514700.370.020.41303.2722.4548.04
Hex965F9302522912f1630
Octal2261372230452514572660
Binary1001011010111111001001101001011010100110010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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