#93398A

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

Shades of Vivid Violet #93398A

Tints of Vivid Violet #93398A

Color information

#93398A (or 0x93398A) is unknown color: approx Vivid Violet. HEX triplet: 93, 39 and 8A. RGB value is (147,57,138). Sum of RGB (Red+Green+Blue) = 147+57+138=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93398A is #6CC675. Grayscale: #5C5C5C. Windows color (decimal): -7128694 or 9058707. OLE color: 9058707.

HSL color Cylindrical-coordinate representation of color #93398A: hue angle of 306º 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 #93398A is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14757138-
CMYK00.610.060.42
HSL306º44.12%40%-
HSV(B)306º61.22%57.65%-
XYZ18.0810.9625.21-
YUV93.14153.32166.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=42.98%
G=16.67%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475713800.610.060.4230644.1240
Hex93398A03D62A1322c28
Octal223712120756524625450
Binary10010011111001100010100111101110101010100110010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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