#8D32AC

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

Shades of Vivid Violet #8D32AC

Tints of Vivid Violet #8D32AC

Color information

#8D32AC (or 0x8D32AC) is unknown color: approx Vivid Violet. HEX triplet: 8D, 32 and AC. RGB value is (141,50,172). Sum of RGB (Red+Green+Blue) = 141+50+172=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D32AC is #72CD53. Grayscale: #5A5A5A. Windows color (decimal): -7523668 or 11285133. OLE color: 11285133.

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

Color convert

RGB14150172-
CMYK0.180.7100.33
HSL284.75º54.95%43.53%-
HSV(B)284.75º70.93%67.45%-
XYZ19.5710.9240.11-
YUV91.12173.65163.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=38.84%
G=13.77%
B=47.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141501720.180.7100.33284.7554.9543.53
Hex8D32AC124702111d372c
Octal21562254221070414356754
Binary10001101110010101011001001010001110100001100011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D32AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,50,172); }

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

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

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

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

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

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

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