#8F428C

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

Shades of Vivid Violet #8F428C

Tints of Vivid Violet #8F428C

Color information

#8F428C (or 0x8F428C) is unknown color: approx Vivid Violet. HEX triplet: 8F, 42 and 8C. RGB value is (143,66,140). Sum of RGB (Red+Green+Blue) = 143+66+140=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F428C is #70BD73. Grayscale: #616161. Windows color (decimal): -7388532 or 9192079. OLE color: 9192079.

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

Color convert

RGB14366140-
CMYK00.540.020.44
HSL302.34º36.84%40.98%-
HSV(B)302.34º53.85%56.08%-
XYZ18.0111.6326.11-
YUV97.46152.01160.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=40.97%
G=18.91%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436614000.540.020.44302.3436.8440.98
Hex8F428C03622C12e2529
Octal2171022140662544564551
Binary10001111100001010001100011011010101100100101110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,66,140); }

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

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

 a { background-color: rgb(143,66,140); }

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

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

 span { border-color: rgb(143,66,140); }

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