#8F449D

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

Shades of Vivid Violet #8F449D

Tints of Vivid Violet #8F449D

Color information

#8F449D (or 0x8F449D) is unknown color: approx Vivid Violet. HEX triplet: 8F, 44 and 9D. RGB value is (143,68,157). Sum of RGB (Red+Green+Blue) = 143+68+157=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F449D is #70BB62. Grayscale: #646464. Windows color (decimal): -7388003 or 10306703. OLE color: 10306703.

HSL color Cylindrical-coordinate representation of color #8F449D: hue angle of 290.56º 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 #8F449D is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14368157-
CMYK0.090.5700.38
HSL290.56º39.56%44.12%-
HSV(B)290.56º56.69%61.57%-
XYZ19.4812.4133.27-
YUV100.57159.85158.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 68 (26.95% from 255) = 18.48%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=38.86%
G=18.48%
B=42.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143681570.090.5700.38290.5639.5644.12
Hex8F449D939026123282c
Octal21710423511710464435054
Binary1000111110001001001110110011110010100110100100011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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