#93388A

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

Shades of Vivid Violet #93388A

Tints of Vivid Violet #93388A

Color information

#93388A (or 0x93388A) is unknown color: approx Vivid Violet. HEX triplet: 93, 38 and 8A. RGB value is (147,56,138). Sum of RGB (Red+Green+Blue) = 147+56+138=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93388A is #6CC775. Grayscale: #5C5C5C. Windows color (decimal): -7128950 or 9058451. OLE color: 9058451.

HSL color Cylindrical-coordinate representation of color #93388A: hue angle of 305.93º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93388A is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14756138-
CMYK00.620.060.42
HSL305.93º44.83%39.8%-
HSV(B)305.93º61.9%57.65%-
XYZ18.0310.8725.19-
YUV92.56153.65166.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=43.11%
G=16.42%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475613800.620.060.42305.9344.8339.8
Hex93388A03E62A1322d28
Octal223702120766524625550
Binary10010011111000100010100111110110101010100110010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93388A; }

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

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

<style>
 a { background-color: #93388A; }

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

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

<style>
 span { border-color: #93388A; }

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

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