#8D418A

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

Shades of Vivid Violet #8D418A

Tints of Vivid Violet #8D418A

Color information

#8D418A (or 0x8D418A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 41 and 8A. RGB value is (141,65,138). Sum of RGB (Red+Green+Blue) = 141+65+138=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D418A is #72BE75. Grayscale: #5F5F5F. Windows color (decimal): -7519862 or 9060749. OLE color: 9060749.

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

Color convert

RGB14165138-
CMYK00.540.020.45
HSL302.37º36.89%40.39%-
HSV(B)302.37º53.9%55.29%-
XYZ17.4611.2825.3-
YUV96.05151.68160.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=40.99%
G=18.90%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416513800.540.020.45302.3736.8940.39
Hex8D418A03622D12e2528
Octal2151012120662554564550
Binary10001101100000110001010011011010101101100101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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