#8D36AD

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

Shades of Vivid Violet #8D36AD

Tints of Vivid Violet #8D36AD

Color information

#8D36AD (or 0x8D36AD) is unknown color: approx Vivid Violet. HEX triplet: 8D, 36 and AD. RGB value is (141,54,173). Sum of RGB (Red+Green+Blue) = 141+54+173=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D36AD is #72C952. Grayscale: #5D5D5D. Windows color (decimal): -7522643 or 11351693. OLE color: 11351693.

HSL color Cylindrical-coordinate representation of color #8D36AD: hue angle of 283.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D36AD is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14154173-
CMYK0.180.6900.32
HSL283.87º52.42%44.51%-
HSV(B)283.87º68.79%67.84%-
XYZ19.8511.3240.67-
YUV93.58172.82161.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=38.32%
G=14.67%
B=47.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141541730.180.6900.32283.8752.4244.51
Hex8D36AD124502011c342d
Octal21566255221050404346455
Binary10001101110110101011011001010001010100000100011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,173); }

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

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

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

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

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

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

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