#93378B

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

Shades of Vivid Violet #93378B

Tints of Vivid Violet #93378B

Color information

#93378B (or 0x93378B) is unknown color: approx Vivid Violet. HEX triplet: 93, 37 and 8B. RGB value is (147,55,139). Sum of RGB (Red+Green+Blue) = 147+55+139=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93378B is #6CC874. Grayscale: #5B5B5B. Windows color (decimal): -7129205 or 9123731. OLE color: 9123731.

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

Color convert

RGB14755139-
CMYK00.630.050.42
HSL305.22º45.54%39.61%-
HSV(B)305.22º62.59%57.65%-
XYZ18.0610.825.56-
YUV92.08154.48167.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=43.11%
G=16.13%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475513900.630.050.42305.2245.5439.61
Hex93378B03F52A1312e28
Octal223672130775524615650
Binary10010011110111100010110111111101101010100110001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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