#93329D

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

Shades of Vivid Violet #93329D

Tints of Vivid Violet #93329D

Color information

#93329D (or 0x93329D) is unknown color: approx Vivid Violet. HEX triplet: 93, 32 and 9D. RGB value is (147,50,157). Sum of RGB (Red+Green+Blue) = 147+50+157=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #93329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93329D is #6CCD62. Grayscale: #5A5A5A. Windows color (decimal): -7130467 or 10302099. OLE color: 10302099.

HSL color Cylindrical-coordinate representation of color #93329D: hue angle of 294.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93329D is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14750157-
CMYK0.060.6800.38
HSL294.39º51.69%40.59%-
HSV(B)294.39º68.15%61.57%-
XYZ19.2610.9232.99-
YUV91.2165.14167.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 50 (19.92% from 255) = 14.12%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=41.53%
G=14.12%
B=44.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147501570.060.6800.38294.3951.6940.59
Hex93329D6440261263429
Octal2236223561040464466451
Binary100100111100101001110111010001000100110100100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,50,157); }

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

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

 a { background-color: rgb(147,50,157); }

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

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

 span { border-color: rgb(147,50,157); }

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