#936591

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

Shades of Violet Blue #936591

Tints of Violet Blue #936591

Color information

#936591 (or 0x936591) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 91. RGB value is (147,101,145). Sum of RGB (Red+Green+Blue) = 147+101+145=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #936591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936591 is #6C9A6E. Grayscale: #777777. Windows color (decimal): -7117423 or 9528723. OLE color: 9528723.

HSL color Cylindrical-coordinate representation of color #936591: hue angle of 302.61º 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 #936591 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147101145-
CMYK00.310.010.42
HSL302.61º18.55%48.63%-
HSV(B)302.61º31.29%57.65%-
XYZ21.817.5529.03-
YUV119.77142.24147.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=37.40%
G=25.70%
B=36.90%

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
Decimal14710114500.310.010.42302.6118.5548.63
Hex93659101F12A12f1331
Octal2231452210371524572361
Binary10010011110010110010001011111110101010010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936591; }

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

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

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

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

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

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

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

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