#8F489A

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

Shades of Vivid Violet #8F489A

Tints of Vivid Violet #8F489A

Color information

#8F489A (or 0x8F489A) is unknown color: approx Vivid Violet. HEX triplet: 8F, 48 and 9A. RGB value is (143,72,154). Sum of RGB (Red+Green+Blue) = 143+72+154=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F489A is #70B765. Grayscale: #666666. Windows color (decimal): -7386982 or 10111119. OLE color: 10111119.

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

Color convert

RGB14372154-
CMYK0.070.5300.40
HSL291.95º36.28%44.31%-
HSV(B)291.95º53.25%60.39%-
XYZ19.4812.8132.02-
YUV102.58157.02156.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=38.75%
G=19.51%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143721540.070.5300.40291.9536.2844.31
Hex8F489A735028124242c
Octal2171102327650504444454
Binary100011111001000100110101111101010101000100100100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,154); }

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

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

 a { background-color: rgb(143,72,154); }

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

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

 span { border-color: rgb(143,72,154); }

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