#93398B

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

Shades of Vivid Violet #93398B

Tints of Vivid Violet #93398B

Color information

#93398B (or 0x93398B) is unknown color: approx Vivid Violet. HEX triplet: 93, 39 and 8B. RGB value is (147,57,139). Sum of RGB (Red+Green+Blue) = 147+57+139=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93398B is #6CC674. Grayscale: #5D5D5D. Windows color (decimal): -7128693 or 9124243. OLE color: 9124243.

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

Color convert

RGB14757139-
CMYK00.610.050.42
HSL305.33º44.12%40%-
HSV(B)305.33º61.22%57.65%-
XYZ18.1610.9925.59-
YUV93.26153.82166.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=42.86%
G=16.62%
B=40.52%

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
Decimal1475713900.610.050.42305.3344.1240
Hex93398B03D52A1312c28
Octal223712130755524615450
Binary10010011111001100010110111101101101010100110001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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