#936592

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

Shades of Violet Blue #936592

Tints of Violet Blue #936592

Color information

#936592 (or 0x936592) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 92. RGB value is (147,101,146). Sum of RGB (Red+Green+Blue) = 147+101+146=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #936592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936592 is #6C9A6D. Grayscale: #777777. Windows color (decimal): -7117422 or 9594259. OLE color: 9594259.

HSL color Cylindrical-coordinate representation of color #936592: hue angle of 301.3º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936592 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147101146-
CMYK00.310.010.42
HSL301.3º18.55%48.63%-
HSV(B)301.3º31.29%57.65%-
XYZ21.8717.5929.44-
YUV119.88142.74147.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=37.31%
G=25.63%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710114600.310.010.42301.318.5548.63
Hex93659201F12A12d1331
Octal2231452220371524552361
Binary10010011110010110010010011111110101010010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936592; }

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

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

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

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

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

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

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

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