#93318C

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

Shades of Vivid Violet #93318C

Tints of Vivid Violet #93318C

Color information

#93318C (or 0x93318C) is unknown color: approx Vivid Violet. HEX triplet: 93, 31 and 8C. RGB value is (147,49,140). Sum of RGB (Red+Green+Blue) = 147+49+140=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93318C is #6CCE73. Grayscale: #585858. Windows color (decimal): -7130740 or 9187731. OLE color: 9187731.

HSL color Cylindrical-coordinate representation of color #93318C: hue angle of 304.29º 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 #93318C is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14749140-
CMYK00.670.050.42
HSL304.29º50%38.43%-
HSV(B)304.29º66.67%57.65%-
XYZ17.8610.2925.86-
YUV88.68156.97169.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=43.75%
G=14.58%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474914000.670.050.42304.295038.43
Hex93318C04352A1303226
Octal2236121401035524606246
Binary100100111100011000110001000011101101010100110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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