#8D448F

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

Shades of Vivid Violet #8D448F

Tints of Vivid Violet #8D448F

Color information

#8D448F (or 0x8D448F) is unknown color: approx Vivid Violet. HEX triplet: 8D, 44 and 8F. RGB value is (141,68,143). Sum of RGB (Red+Green+Blue) = 141+68+143=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D448F is #72BB70. Grayscale: #626262. Windows color (decimal): -7519089 or 9389197. OLE color: 9389197.

HSL color Cylindrical-coordinate representation of color #8D448F: hue angle of 298.4º degrees, saturation: 0.36, 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 #8D448F is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14168143-
CMYK0.010.5200.44
HSL298.4º35.55%41.37%-
HSV(B)298.4º52.45%56.08%-
XYZ18.0111.7827.31-
YUV98.38153.18158.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=40.06%
G=19.32%
B=40.62%

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
Decimal141681430.010.5200.44298.435.5541.37
Hex8D448F13402C12a2429
Octal2151042171640544524451
Binary1000110110001001000111111101000101100100101010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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