#8D448E

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

Shades of Vivid Violet #8D448E

Tints of Vivid Violet #8D448E

Color information

#8D448E (or 0x8D448E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 44 and 8E. RGB value is (141,68,142). Sum of RGB (Red+Green+Blue) = 141+68+142=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D448E is #72BB71. Grayscale: #626262. Windows color (decimal): -7519090 or 9323661. OLE color: 9323661.

HSL color Cylindrical-coordinate representation of color #8D448E: hue angle of 299.19º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D448E is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14168142-
CMYK0.010.5200.44
HSL299.19º35.24%41.18%-
HSV(B)299.19º52.11%55.69%-
XYZ17.9311.7526.91-
YUV98.26152.68158.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=40.17%
G=19.37%
B=40.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141681420.010.5200.44299.1935.2441.18
Hex8D448E13402C12b2329
Octal2151042161640544534351
Binary1000110110001001000111011101000101100100101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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