#965C93

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

Shades of Violet Blue #965C93

Tints of Violet Blue #965C93

Color information

#965C93 (or 0x965C93) is unknown color: approx Violet Blue. HEX triplet: 96, 5C and 93. RGB value is (150,92,147). Sum of RGB (Red+Green+Blue) = 150+92+147=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #965C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C93 is #69A36C. Grayscale: #737373. Windows color (decimal): -6923117 or 9657494. OLE color: 9657494.

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

Color convert

RGB15092147-
CMYK00.390.020.41
HSL303.1º23.97%47.45%-
HSV(B)303.1º38.67%58.82%-
XYZ21.6716.2429.6-
YUV115.61145.72152.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=38.56%
G=23.65%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509214700.390.020.41303.123.9747.45
Hex965C9302722912f182f
Octal2261342230472514573057
Binary1001011010111001001001101001111010100110010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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