#936896

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

Shades of Violet Blue #936896

Tints of Violet Blue #936896

Color information

#936896 (or 0x936896) is unknown color: approx Violet Blue. HEX triplet: 93, 68 and 96. RGB value is (147,104,150). Sum of RGB (Red+Green+Blue) = 147+104+150=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #936896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936896 is #6C9769. Grayscale: #797979. Windows color (decimal): -7116650 or 9857171. OLE color: 9857171.

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

Color convert

RGB147104150-
CMYK0.020.3100.41
HSL296.09º18.11%49.8%-
HSV(B)296.09º30.67%58.82%-
XYZ22.4918.3131.2-
YUV122.1143.75145.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=36.66%
G=25.94%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471041500.020.3100.41296.0918.1149.8
Hex93689621F0291281232
Octal2231502262370514502262
Binary100100111101000100101101011111010100110010100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936896; }

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

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

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

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

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

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

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

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