#93379A

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

Shades of Vivid Violet #93379A

Tints of Vivid Violet #93379A

Color information

#93379A (or 0x93379A) is unknown color: approx Vivid Violet. HEX triplet: 93, 37 and 9A. RGB value is (147,55,154). Sum of RGB (Red+Green+Blue) = 147+55+154=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #93379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93379A is #6CC865. Grayscale: #5D5D5D. Windows color (decimal): -7129190 or 10106771. OLE color: 10106771.

HSL color Cylindrical-coordinate representation of color #93379A: hue angle of 295.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93379A is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14755154-
CMYK0.050.6400.40
HSL295.76º47.37%40.98%-
HSV(B)295.76º64.29%60.39%-
XYZ19.2311.2731.73-
YUV93.79161.98165.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 55 (21.88% from 255) = 15.45%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=41.29%
G=15.45%
B=43.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147551540.050.6400.40295.7647.3740.98
Hex93379A5400281282f29
Octal2236723251000504505751
Binary100100111101111001101010110000000101000100101000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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