#93589A

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

Shades of Violet Blue #93589A

Tints of Violet Blue #93589A

Color information

#93589A (or 0x93589A) is unknown color: approx Violet Blue. HEX triplet: 93, 58 and 9A. RGB value is (147,88,154). Sum of RGB (Red+Green+Blue) = 147+88+154=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #93589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93589A is #6CA765. Grayscale: #707070. Windows color (decimal): -7120742 or 10115219. OLE color: 10115219.

HSL color Cylindrical-coordinate representation of color #93589A: hue angle of 293.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93589A is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14788154-
CMYK0.050.4300.40
HSL293.64º27.27%47.45%-
HSV(B)293.64º42.86%60.39%-
XYZ21.3615.5232.44-
YUV113.16151.05152.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=37.79%
G=22.62%
B=39.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147881540.050.4300.40293.6427.2747.45
Hex93589A52B0281261b2f
Octal2231302325530504463357
Binary10010011101100010011010101101011010100010010011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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