#93589B

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

Shades of Violet Blue #93589B

Tints of Violet Blue #93589B

Color information

#93589B (or 0x93589B) is unknown color: approx Violet Blue. HEX triplet: 93, 58 and 9B. RGB value is (147,88,155). Sum of RGB (Red+Green+Blue) = 147+88+155=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #93589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93589B is #6CA764. Grayscale: #717171. Windows color (decimal): -7120741 or 10180755. OLE color: 10180755.

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

Color convert

RGB14788155-
CMYK0.050.4300.39
HSL292.84º27.57%47.65%-
HSV(B)292.84º43.23%60.78%-
XYZ21.4415.5532.88-
YUV113.28151.55152.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=37.69%
G=22.56%
B=39.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147881550.050.4300.39292.8427.5747.65
Hex93589B52B0271251c30
Octal2231302335530474453460
Binary10010011101100010011011101101011010011110010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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