#8d449d

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

Shades of Vivid Violet #8D449D

Tints of Vivid Violet #8D449D

Color information

#8D449D (or 0x8D449D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 44 and 9D. RGB value is (141,68,157). Sum of RGB (Red+Green+Blue) = 141+68+157=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D449D is #72BB62. Grayscale: #636363. Windows color (decimal): -7519075 or 10306701. OLE color: 10306701.

HSL color Cylindrical-coordinate representation of color #8D449D: hue angle of 289.21º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D449D is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14168157-
CMYK0.100.5700.38
HSL289.21º39.56%44.12%-
HSV(B)289.21º56.69%61.57%-
XYZ19.1412.2333.25-
YUV99.97160.18157.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=38.52%
G=18.58%
B=42.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141681570.100.5700.38289.2139.5644.12
Hex8D449DA39026121282c
Octal21510423512710464415054
Binary1000110110001001001110110101110010100110100100001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d449d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,68,157); }

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

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

 a { background-color: rgb(141,68,157); }

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

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

 span { border-color: rgb(141,68,157); }

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