#936593

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

Shades of Violet Blue #936593

Tints of Violet Blue #936593

Color information

#936593 (or 0x936593) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 93. RGB value is (147,101,147). Sum of RGB (Red+Green+Blue) = 147+101+147=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #936593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936593 is #6C9A6C. Grayscale: #777777. Windows color (decimal): -7117421 or 9659795. OLE color: 9659795.

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

Color convert

RGB147101147-
CMYK00.3100.42
HSL300º18.55%48.63%-
HSV(B)300º31.29%57.65%-
XYZ21.9517.6229.85-
YUV120143.24147.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=37.22%
G=25.57%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710114700.3100.4230018.5548.63
Hex93659301F02A12c1331
Octal2231452230370524542361
Binary10010011110010110010011011111010101010010110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936593; }

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

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

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

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

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

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

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

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