#966593

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

Shades of Violet Blue #966593

Tints of Violet Blue #966593

Color information

#966593 (or 0x966593) is unknown color: approx Violet Blue. HEX triplet: 96, 65 and 93. RGB value is (150,101,147). Sum of RGB (Red+Green+Blue) = 150+101+147=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966593 is #699A6C. Grayscale: #787878. Windows color (decimal): -6920813 or 9659798. OLE color: 9659798.

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

Color convert

RGB150101147-
CMYK00.330.020.41
HSL303.67º19.52%49.22%-
HSV(B)303.67º32.67%58.82%-
XYZ22.517.929.87-
YUV120.9142.73148.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=37.69%
G=25.38%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010114700.330.020.41303.6719.5249.22
Hex9665930212291301431
Octal2261452230412514602461
Binary1001011011001011001001101000011010100110011000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966593; }

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

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

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

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

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

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

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

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