#93508E

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

Shades of Violet Blue #93508E

Tints of Violet Blue #93508E

Color information

#93508E (or 0x93508E) is unknown color: approx Violet Blue. HEX triplet: 93, 50 and 8E. RGB value is (147,80,142). Sum of RGB (Red+Green+Blue) = 147+80+142=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93508E is #6CAF71. Grayscale: #6A6A6A. Windows color (decimal): -7122802 or 9326739. OLE color: 9326739.

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

Color convert

RGB14780142-
CMYK00.460.030.42
HSL304.48º29.52%44.51%-
HSV(B)304.48º45.58%57.65%-
XYZ19.7813.8927.23-
YUV107.1147.7156.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=39.84%
G=21.68%
B=38.48%

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
Decimal1478014200.460.030.42304.4829.5244.51
Hex93508E02E32A1301e2d
Octal2231202160563524603655
Binary1001001110100001000111001011101110101010011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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