#8D408D

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

Shades of Vivid Violet #8D408D

Tints of Vivid Violet #8D408D

Color information

#8D408D (or 0x8D408D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 40 and 8D. RGB value is (141,64,141). Sum of RGB (Red+Green+Blue) = 141+64+141=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D408D is #72BF72. Grayscale: #5F5F5F. Windows color (decimal): -7520115 or 9257101. OLE color: 9257101.

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

Color convert

RGB14164141-
CMYK00.5500.45
HSL300º37.56%40.2%-
HSV(B)300º54.61%55.29%-
XYZ17.6311.2526.44-
YUV95.8153.51160.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=40.75%
G=18.50%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416414100.5500.4530037.5640.2
Hex8D408D03702D12c2628
Octal2151002150670554544650
Binary1000110110000001000110101101110101101100101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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