#93519F

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

Shades of Violet Blue #93519F

Tints of Violet Blue #93519F

Color information

#93519F (or 0x93519F) is unknown color: approx Violet Blue. HEX triplet: 93, 51 and 9F. RGB value is (147,81,159). Sum of RGB (Red+Green+Blue) = 147+81+159=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #93519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93519F is #6CAE60. Grayscale: #6D6D6D. Windows color (decimal): -7122529 or 10441107. OLE color: 10441107.

HSL color Cylindrical-coordinate representation of color #93519F: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93519F is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14781159-
CMYK0.080.4900.38
HSL290.77º32.5%47.06%-
HSV(B)290.77º49.06%62.35%-
XYZ21.2314.5934.5-
YUV109.63155.87154.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=37.98%
G=20.93%
B=41.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147811590.080.4900.38290.7732.547.06
Hex93519F831026123202f
Octal22312123710610464434057
Binary1001001110100011001111110001100010100110100100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,81,159); }

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

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

 a { background-color: rgb(147,81,159); }

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

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

 span { border-color: rgb(147,81,159); }

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