#8D3387

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

Shades of Vivid Violet #8D3387

Tints of Vivid Violet #8D3387

Color information

#8D3387 (or 0x8D3387) is unknown color: approx Vivid Violet. HEX triplet: 8D, 33 and 87. RGB value is (141,51,135). Sum of RGB (Red+Green+Blue) = 141+51+135=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3387 is #72CC78. Grayscale: #575757. Windows color (decimal): -7523449 or 8860557. OLE color: 8860557.

HSL color Cylindrical-coordinate representation of color #8D3387: hue angle of 304º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3387 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14151135-
CMYK00.640.040.45
HSL304º46.88%37.65%-
HSV(B)304º63.83%55.29%-
XYZ16.549.7823.94-
YUV87.49154.82166.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=43.12%
G=15.60%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415113500.640.040.4530446.8837.65
Hex8D338704042D1302f26
Octal2156320701004554605746
Binary100011011100111000011101000000100101101100110000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,135); }

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

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

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

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

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

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

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