#8D36AB

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

Shades of Vivid Violet #8D36AB

Tints of Vivid Violet #8D36AB

Color information

#8D36AB (or 0x8D36AB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 36 and AB. RGB value is (141,54,171). Sum of RGB (Red+Green+Blue) = 141+54+171=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D36AB is #72C954. Grayscale: #5C5C5C. Windows color (decimal): -7522645 or 11220621. OLE color: 11220621.

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

Color convert

RGB14154171-
CMYK0.180.6800.33
HSL284.62º52%44.12%-
HSV(B)284.62º68.42%67.06%-
XYZ19.6511.2439.66-
YUV93.35171.82161.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=38.52%
G=14.75%
B=46.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141541710.180.6800.33284.625244.12
Hex8D36AB124402111d342c
Octal21566253221040414356454
Binary10001101110110101010111001010001000100001100011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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