#93369E

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

Shades of Vivid Violet #93369E

Tints of Vivid Violet #93369E

Color information

#93369E (or 0x93369E) is unknown color: approx Vivid Violet. HEX triplet: 93, 36 and 9E. RGB value is (147,54,158). Sum of RGB (Red+Green+Blue) = 147+54+158=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #93369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93369E is #6CC961. Grayscale: #5D5D5D. Windows color (decimal): -7129442 or 10368659. OLE color: 10368659.

HSL color Cylindrical-coordinate representation of color #93369E: hue angle of 293.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93369E is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14754158-
CMYK0.070.6600.38
HSL293.65º49.06%41.57%-
HSV(B)293.65º65.82%61.96%-
XYZ19.5211.3133.5-
YUV93.66164.31166.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=40.95%
G=15.04%
B=44.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147541580.070.6600.38293.6549.0641.57
Hex93369E742026126312a
Octal2236623671020464466152
Binary100100111101101001111011110000100100110100100110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,54,158); }

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

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

 a { background-color: rgb(147,54,158); }

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

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

 span { border-color: rgb(147,54,158); }

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