#93499C

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

Shades of Violet Blue #93499C

Tints of Violet Blue #93499C

Color information

#93499C (or 0x93499C) is unknown color: approx Violet Blue. HEX triplet: 93, 49 and 9C. RGB value is (147,73,156). Sum of RGB (Red+Green+Blue) = 147+73+156=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #93499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93499C is #6CB663. Grayscale: #686868. Windows color (decimal): -7124580 or 10242451. OLE color: 10242451.

HSL color Cylindrical-coordinate representation of color #93499C: hue angle of 293.49º 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 #93499C is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14773156-
CMYK0.060.5300.39
HSL293.49º36.24%44.9%-
HSV(B)293.49º53.21%61.18%-
XYZ20.4213.3732.96-
YUV104.59157.02158.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=39.10%
G=19.41%
B=41.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147731560.060.5300.39293.4936.2444.9
Hex93499C635027125242d
Octal2231112346650474454455
Binary100100111001001100111001101101010100111100100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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