#93398C

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

Shades of Vivid Violet #93398C

Tints of Vivid Violet #93398C

Color information

#93398C (or 0x93398C) is unknown color: approx Vivid Violet. HEX triplet: 93, 39 and 8C. RGB value is (147,57,140). Sum of RGB (Red+Green+Blue) = 147+57+140=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93398C is #6CC673. Grayscale: #5D5D5D. Windows color (decimal): -7128692 or 9189779. OLE color: 9189779.

HSL color Cylindrical-coordinate representation of color #93398C: hue angle of 304.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93398C is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14757140-
CMYK00.610.050.42
HSL304.67º44.12%40%-
HSV(B)304.67º61.22%57.65%-
XYZ18.2311.0225.98-
YUV93.37154.32166.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=42.73%
G=16.57%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475714000.610.050.42304.6744.1240
Hex93398C03D52A1312c28
Octal223712140755524615450
Binary10010011111001100011000111101101101010100110001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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