#8D39AD

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

Shades of Vivid Violet #8D39AD

Tints of Vivid Violet #8D39AD

Color information

#8D39AD (or 0x8D39AD) is unknown color: approx Vivid Violet. HEX triplet: 8D, 39 and AD. RGB value is (141,57,173). Sum of RGB (Red+Green+Blue) = 141+57+173=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D39AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D39AD is #72C652. Grayscale: #5E5E5E. Windows color (decimal): -7521875 or 11352461. OLE color: 11352461.

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

Color convert

RGB14157173-
CMYK0.180.6700.32
HSL283.45º50.43%45.1%-
HSV(B)283.45º67.05%67.84%-
XYZ19.9911.6140.72-
YUV95.34171.83160.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.01%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=38.01%
G=15.36%
B=46.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141571730.180.6700.32283.4550.4345.1
Hex8D39AD124302011b322d
Octal21571255221030404336255
Binary10001101111001101011011001010000110100000100011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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