#8D388A

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

Shades of Vivid Violet #8D388A

Tints of Vivid Violet #8D388A

Color information

#8D388A (or 0x8D388A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 38 and 8A. RGB value is (141,56,138). Sum of RGB (Red+Green+Blue) = 141+56+138=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D388A is #72C775. Grayscale: #5A5A5A. Windows color (decimal): -7522166 or 9058445. OLE color: 9058445.

HSL color Cylindrical-coordinate representation of color #8D388A: hue angle of 302.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D388A is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14156138-
CMYK00.600.020.45
HSL302.12º43.15%38.63%-
HSV(B)302.12º60.28%55.29%-
XYZ16.9910.3325.14-
YUV90.76154.66163.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=42.09%
G=16.72%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415613800.600.020.45302.1243.1538.63
Hex8D388A03C22D12e2b27
Octal215702120742554565347
Binary1000110111100010001010011110010101101100101110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D388A; }

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

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

<style>
 a { background-color: #8D388A; }

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

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

<style>
 span { border-color: #8D388A; }

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

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