#8D489A

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

Shades of Vivid Violet #8D489A

Tints of Vivid Violet #8D489A

Color information

#8D489A (or 0x8D489A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 48 and 9A. RGB value is (141,72,154). Sum of RGB (Red+Green+Blue) = 141+72+154=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D489A is #72B765. Grayscale: #656565. Windows color (decimal): -7518054 or 10111117. OLE color: 10111117.

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

Color convert

RGB14172154-
CMYK0.080.5300.40
HSL290.49º36.28%44.31%-
HSV(B)290.49º53.25%60.39%-
XYZ19.1312.6332-
YUV101.98157.36155.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=38.42%
G=19.62%
B=41.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141721540.080.5300.40290.4936.2844.31
Hex8D489A835028122242c
Octal21511023210650504424454
Binary1000110110010001001101010001101010101000100100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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