#93508F

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

Shades of Violet Blue #93508F

Tints of Violet Blue #93508F

Color information

#93508F (or 0x93508F) is unknown color: approx Violet Blue. HEX triplet: 93, 50 and 8F. RGB value is (147,80,143). Sum of RGB (Red+Green+Blue) = 147+80+143=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93508F is #6CAF70. Grayscale: #6B6B6B. Windows color (decimal): -7122801 or 9392275. OLE color: 9392275.

HSL color Cylindrical-coordinate representation of color #93508F: hue angle of 303.58º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93508F is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14780143-
CMYK00.460.030.42
HSL303.58º29.52%44.51%-
HSV(B)303.58º45.58%57.65%-
XYZ19.8613.9227.63-
YUV107.21148.2156.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=39.73%
G=21.62%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478014300.460.030.42303.5829.5244.51
Hex93508F02E32A1301e2d
Octal2231202170563524603655
Binary1001001110100001000111101011101110101010011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93508F; }

 p { color: rgb(147,80,143); }

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

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

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

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

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

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

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