#8D43A4

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

Shades of Vivid Violet #8D43A4

Tints of Vivid Violet #8D43A4

Color information

#8D43A4 (or 0x8D43A4) is unknown color: approx Vivid Violet. HEX triplet: 8D, 43 and A4. RGB value is (141,67,164). Sum of RGB (Red+Green+Blue) = 141+67+164=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D43A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D43A4 is #72BC5B. Grayscale: #636363. Windows color (decimal): -7519324 or 10765197. OLE color: 10765197.

HSL color Cylindrical-coordinate representation of color #8D43A4: hue angle of 285.77º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D43A4 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14167164-
CMYK0.140.5900.36
HSL285.77º41.99%45.29%-
HSV(B)285.77º59.15%64.31%-
XYZ19.6912.3636.47-
YUV100.18164.02157.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=37.90%
G=18.01%
B=44.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141671640.140.5900.36285.7741.9945.29
Hex8D43A4E3B02411e2a2d
Octal21510324416730444365255
Binary1000110110000111010010011101110110100100100011110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D43A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,164); }

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

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

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

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

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

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

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