#8D4E9A

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

Shades of Vivid Violet #8D4E9A

Tints of Vivid Violet #8D4E9A

Color information

#8D4E9A (or 0x8D4E9A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 4E and 9A. RGB value is (141,78,154). Sum of RGB (Red+Green+Blue) = 141+78+154=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D4E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4E9A is #72B165. Grayscale: #696969. Windows color (decimal): -7516518 or 10112653. OLE color: 10112653.

HSL color Cylindrical-coordinate representation of color #8D4E9A: hue angle of 289.74º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4E9A is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14178154-
CMYK0.080.4900.40
HSL289.74º32.76%45.49%-
HSV(B)289.74º49.35%60.39%-
XYZ19.5413.4432.14-
YUV105.5155.37153.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=37.80%
G=20.91%
B=41.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141781540.080.4900.40289.7432.7645.49
Hex8D4E9A831028122212d
Octal21511623210610504424155
Binary1000110110011101001101010001100010101000100100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,78,154); }

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

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

 a { background-color: rgb(141,78,154); }

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

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

 span { border-color: rgb(141,78,154); }

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