#8D469A

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

Shades of Vivid Violet #8D469A

Tints of Vivid Violet #8D469A

Color information

#8D469A (or 0x8D469A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 46 and 9A. RGB value is (141,70,154). Sum of RGB (Red+Green+Blue) = 141+70+154=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D469A is #72B965. Grayscale: #646464. Windows color (decimal): -7518566 or 10110605. OLE color: 10110605.

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

Color convert

RGB14170154-
CMYK0.080.5500.40
HSL290.71º37.5%43.92%-
HSV(B)290.71º54.55%60.39%-
XYZ19.0112.3831.96-
YUV100.8158.02156.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=38.63%
G=19.18%
B=42.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141701540.080.5500.40290.7137.543.92
Hex8D469A837028123252c
Octal21510623210670504434554
Binary1000110110001101001101010001101110101000100100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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