#93389B

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

Shades of Vivid Violet #93389B

Tints of Vivid Violet #93389B

Color information

#93389B (or 0x93389B) is unknown color: approx Vivid Violet. HEX triplet: 93, 38 and 9B. RGB value is (147,56,155). Sum of RGB (Red+Green+Blue) = 147+56+155=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #93389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93389B is #6CC764. Grayscale: #5E5E5E. Windows color (decimal): -7128933 or 10172563. OLE color: 10172563.

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

Color convert

RGB14756155-
CMYK0.050.6400.39
HSL295.15º46.92%41.37%-
HSV(B)295.15º63.87%60.78%-
XYZ19.3611.432.19-
YUV94.49162.15165.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=41.06%
G=15.64%
B=43.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147561550.050.6400.39295.1546.9241.37
Hex93389B5400271272f29
Octal2237023351000474475751
Binary100100111110001001101110110000000100111100100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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