#93499B

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

Shades of Violet Blue #93499B

Tints of Violet Blue #93499B

Color information

#93499B (or 0x93499B) is unknown color: approx Violet Blue. HEX triplet: 93, 49 and 9B. RGB value is (147,73,155). Sum of RGB (Red+Green+Blue) = 147+73+155=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #93499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93499B is #6CB664. Grayscale: #686868. Windows color (decimal): -7124581 or 10176915. OLE color: 10176915.

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

Color convert

RGB14773155-
CMYK0.050.5300.39
HSL294.15º35.96%44.71%-
HSV(B)294.15º52.9%60.78%-
XYZ20.3313.3332.51-
YUV104.47156.52158.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=39.2%
G=19.47%
B=41.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147731550.050.5300.39294.1535.9644.71
Hex93499B535027126242d
Octal2231112335650474464455
Binary100100111001001100110111011101010100111100100110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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