#936796

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

Shades of Violet Blue #936796

Tints of Violet Blue #936796

Color information

#936796 (or 0x936796) is unknown color: approx Violet Blue. HEX triplet: 93, 67 and 96. RGB value is (147,103,150). Sum of RGB (Red+Green+Blue) = 147+103+150=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #936796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936796 is #6C9869. Grayscale: #797979. Windows color (decimal): -7116906 or 9856915. OLE color: 9856915.

HSL color Cylindrical-coordinate representation of color #936796: hue angle of 296.17º degrees, saturation: 0.19, 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 #936796 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147103150-
CMYK0.020.3100.41
HSL296.17º18.58%49.61%-
HSV(B)296.17º31.33%58.82%-
XYZ22.3918.1131.17-
YUV121.51144.08146.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=36.75%
G=25.75%
B=37.5%

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
Decimal1471031500.020.3100.41296.1718.5849.61
Hex93679621F0291281332
Octal2231472262370514502362
Binary100100111100111100101101011111010100110010100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936796; }

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

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

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

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

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

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

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

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