#93498E

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

Shades of Violet Blue #93498E

Tints of Violet Blue #93498E

Color information

#93498E (or 0x93498E) is unknown color: approx Violet Blue. HEX triplet: 93, 49 and 8E. RGB value is (147,73,142). Sum of RGB (Red+Green+Blue) = 147+73+142=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #93498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93498E is #6CB671. Grayscale: #666666. Windows color (decimal): -7124594 or 9324947. OLE color: 9324947.

HSL color Cylindrical-coordinate representation of color #93498E: hue angle of 304.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93498E is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14773142-
CMYK00.500.030.42
HSL304.05º33.64%43.14%-
HSV(B)304.05º50.34%57.65%-
XYZ19.312.9227.07-
YUV102.99150.02159.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=40.61%
G=20.17%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477314200.500.030.42304.0533.6443.14
Hex93498E03232A130222b
Octal2231112160623524604253
Binary10010011100100110001110011001011101010100110000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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