#8F429C

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

Shades of Vivid Violet #8F429C

Tints of Vivid Violet #8F429C

Color information

#8F429C (or 0x8F429C) is unknown color: approx Vivid Violet. HEX triplet: 8F, 42 and 9C. RGB value is (143,66,156). Sum of RGB (Red+Green+Blue) = 143+66+156=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F429C is #70BD63. Grayscale: #636363. Windows color (decimal): -7388516 or 10240655. OLE color: 10240655.

HSL color Cylindrical-coordinate representation of color #8F429C: hue angle of 291.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F429C is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14366156-
CMYK0.080.5800.39
HSL291.33º40.54%43.53%-
HSV(B)291.33º57.69%61.18%-
XYZ19.2812.1432.78-
YUV99.28160.01159.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=39.18%
G=18.08%
B=42.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143661560.080.5800.39291.3340.5443.53
Hex8F429C83A027123292c
Octal21710223410720474435154
Binary1000111110000101001110010001110100100111100100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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