#93378E

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

Shades of Vivid Violet #93378E

Tints of Vivid Violet #93378E

Color information

#93378E (or 0x93378E) is unknown color: approx Vivid Violet. HEX triplet: 93, 37 and 8E. RGB value is (147,55,142). Sum of RGB (Red+Green+Blue) = 147+55+142=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93378E is #6CC871. Grayscale: #5C5C5C. Windows color (decimal): -7129202 or 9320339. OLE color: 9320339.

HSL color Cylindrical-coordinate representation of color #93378E: hue angle of 303.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93378E is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14755142-
CMYK00.630.030.42
HSL303.26º45.54%39.61%-
HSV(B)303.26º62.59%57.65%-
XYZ18.2810.8926.73-
YUV92.43155.98166.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=42.73%
G=15.99%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475514200.630.030.42303.2645.5439.61
Hex93378E03F32A12f2e28
Octal223672160773524575650
Binary1001001111011110001110011111111101010100101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93378E; }

 p { color: rgb(147,55,142); }

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

<style>
 a { background-color: #93378E; }

 a { background-color: rgb(147,55,142); }

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

<style>
 span { border-color: #93378E; }

 span { border-color: rgb(147,55,142); }

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