#965593

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

Shades of Violet Blue #965593

Tints of Violet Blue #965593

Color information

#965593 (or 0x965593) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and 93. RGB value is (150,85,147). Sum of RGB (Red+Green+Blue) = 150+85+147=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965593 is #69AA6C. Grayscale: #6F6F6F. Windows color (decimal): -6924909 or 9655702. OLE color: 9655702.

HSL color Cylindrical-coordinate representation of color #965593: hue angle of 302.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965593 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15085147-
CMYK00.430.020.41
HSL302.77º27.66%46.08%-
HSV(B)302.77º43.33%58.82%-
XYZ21.0915.0929.4-
YUV111.5148.03155.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=39.27%
G=22.25%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508514700.430.020.41302.7727.6646.08
Hex96559302B22912f1c2e
Octal2261252230532514573456
Binary1001011010101011001001101010111010100110010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965593; }

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

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

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

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

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

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

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

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