#93398D

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

Shades of Vivid Violet #93398D

Tints of Vivid Violet #93398D

Color information

#93398D (or 0x93398D) is unknown color: approx Vivid Violet. HEX triplet: 93, 39 and 8D. RGB value is (147,57,141). Sum of RGB (Red+Green+Blue) = 147+57+141=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93398D is #6CC672. Grayscale: #5D5D5D. Windows color (decimal): -7128691 or 9255315. OLE color: 9255315.

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

Color convert

RGB14757141-
CMYK00.610.040.42
HSL304º44.12%40%-
HSV(B)304º61.22%57.65%-
XYZ18.311.0526.37-
YUV93.49154.82166.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=42.61%
G=16.52%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475714100.610.040.4230444.1240
Hex93398D03D42A1302c28
Octal223712150754524605450
Binary10010011111001100011010111101100101010100110000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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