#93318D

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

Shades of Vivid Violet #93318D

Tints of Vivid Violet #93318D

Color information

#93318D (or 0x93318D) is unknown color: approx Vivid Violet. HEX triplet: 93, 31 and 8D. RGB value is (147,49,141). Sum of RGB (Red+Green+Blue) = 147+49+141=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93318D is #6CCE72. Grayscale: #585858. Windows color (decimal): -7130739 or 9253267. OLE color: 9253267.

HSL color Cylindrical-coordinate representation of color #93318D: hue angle of 303.67º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93318D is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14749141-
CMYK00.670.040.42
HSL303.67º50%38.43%-
HSV(B)303.67º66.67%57.65%-
XYZ17.9410.3226.25-
YUV88.79157.47169.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=43.62%
G=14.54%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474914100.670.040.42303.675038.43
Hex93318D04342A1303226
Octal2236121501034524606246
Binary100100111100011000110101000011100101010100110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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