#93399C

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

Shades of Vivid Violet #93399C

Tints of Vivid Violet #93399C

Color information

#93399C (or 0x93399C) is unknown color: approx Vivid Violet. HEX triplet: 93, 39 and 9C. RGB value is (147,57,156). Sum of RGB (Red+Green+Blue) = 147+57+156=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #93399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93399C is #6CC663. Grayscale: #5E5E5E. Windows color (decimal): -7128676 or 10238355. OLE color: 10238355.

HSL color Cylindrical-coordinate representation of color #93399C: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93399C is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14757156-
CMYK0.060.6300.39
HSL294.55º46.48%41.76%-
HSV(B)294.55º63.46%61.18%-
XYZ19.511.5332.65-
YUV95.2162.32164.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=40.83%
G=15.83%
B=43.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147571560.060.6300.39294.5546.4841.76
Hex93399C63F0271272e2a
Octal223712346770474475652
Binary10010011111001100111001101111110100111100100111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93399C; }

 p { color: rgb(147,57,156); }

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

<style>
 a { background-color: #93399C; }

 a { background-color: rgb(147,57,156); }

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

<style>
 span { border-color: #93399C; }

 span { border-color: rgb(147,57,156); }

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