#8D388D

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

Shades of Vivid Violet #8D388D

Tints of Vivid Violet #8D388D

Color information

#8D388D (or 0x8D388D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 38 and 8D. RGB value is (141,56,141). Sum of RGB (Red+Green+Blue) = 141+56+141=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D388D is #72C772. Grayscale: #5A5A5A. Windows color (decimal): -7522163 or 9255053. OLE color: 9255053.

HSL color Cylindrical-coordinate representation of color #8D388D: hue angle of 300º 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 #8D388D is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14156141-
CMYK00.6000.45
HSL300º43.15%38.63%-
HSV(B)300º60.28%55.29%-
XYZ17.2110.4126.3-
YUV91.1156.16163.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 56 (22.27% from 255) = 16.57%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=41.72%
G=16.57%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415614100.6000.4530043.1538.63
Hex8D388D03C02D12c2b27
Octal215702150740554545347
Binary100011011110001000110101111000101101100101100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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