#93559B

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

Shades of Violet Blue #93559B

Tints of Violet Blue #93559B

Color information

#93559B (or 0x93559B) is unknown color: approx Violet Blue. HEX triplet: 93, 55 and 9B. RGB value is (147,85,155). Sum of RGB (Red+Green+Blue) = 147+85+155=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #93559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93559B is #6CAA64. Grayscale: #6F6F6F. Windows color (decimal): -7121509 or 10179987. OLE color: 10179987.

HSL color Cylindrical-coordinate representation of color #93559B: hue angle of 293.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93559B is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14785155-
CMYK0.050.4500.39
HSL293.14º29.17%47.06%-
HSV(B)293.14º45.16%60.78%-
XYZ21.215.0732.8-
YUV111.52152.54153.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=37.98%
G=21.96%
B=40.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147851550.050.4500.39293.1429.1747.06
Hex93559B52D0271251d2f
Octal2231252335550474453557
Binary10010011101010110011011101101101010011110010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93559B; }

 p { color: rgb(147,85,155); }

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

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

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

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

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

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

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