#93389D

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

Shades of Vivid Violet #93389D

Tints of Vivid Violet #93389D

Color information

#93389D (or 0x93389D) is unknown color: approx Vivid Violet. HEX triplet: 93, 38 and 9D. RGB value is (147,56,157). Sum of RGB (Red+Green+Blue) = 147+56+157=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #93389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93389D is #6CC762. Grayscale: #5E5E5E. Windows color (decimal): -7128931 or 10303635. OLE color: 10303635.

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

Color convert

RGB14756157-
CMYK0.060.6400.38
HSL294.06º47.42%41.76%-
HSV(B)294.06º64.33%61.57%-
XYZ19.5311.4733.08-
YUV94.72163.15165.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 56 (22.27% from 255) = 15.56%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=40.83%
G=15.56%
B=43.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147561570.060.6400.38294.0647.4241.76
Hex93389D6400261262f2a
Octal2237023561000464465752
Binary100100111110001001110111010000000100110100100110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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