#93319D

Color #93319D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #93319D

Tints of Vivid Violet #93319D

Color information

#93319D (or 0x93319D) is unknown color: approx Vivid Violet. HEX triplet: 93, 31 and 9D. RGB value is (147,49,157). Sum of RGB (Red+Green+Blue) = 147+49+157=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #93319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93319D is #6CCE62. Grayscale: #5A5A5A. Windows color (decimal): -7130723 or 10301843. OLE color: 10301843.

HSL color Cylindrical-coordinate representation of color #93319D: hue angle of 294.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93319D is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14749157-
CMYK0.060.6900.38
HSL294.44º52.43%40.39%-
HSV(B)294.44º68.79%61.57%-
XYZ19.2210.8332.98-
YUV90.61165.47168.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=41.64%
G=13.88%
B=44.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147491570.060.6900.38294.4452.4340.39
Hex93319D6450261263428
Octal2236123561050464466450
Binary100100111100011001110111010001010100110100100110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93319D; }

 p { color: rgb(147,49,157); }

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

<style>
 a { background-color: #93319D; }

 a { background-color: rgb(147,49,157); }

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

<style>
 span { border-color: #93319D; }

 span { border-color: rgb(147,49,157); }

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