#8F209C

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

Shades of Vivid Violet #8F209C

Tints of Vivid Violet #8F209C

Color information

#8F209C (or 0x8F209C) is unknown color: approx Vivid Violet. HEX triplet: 8F, 20 and 9C. RGB value is (143,32,156). Sum of RGB (Red+Green+Blue) = 143+32+156=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F209C is #70DF63. Grayscale: #4E4E4E. Windows color (decimal): -7397220 or 10231951. OLE color: 10231951.

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

Color convert

RGB14332156-
CMYK0.080.7900.39
HSL293.71º65.96%36.86%-
HSV(B)293.71º79.49%61.18%-
XYZ17.849.2732.3-
YUV79.32171.27173.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 32 (12.89% from 255) = 9.67%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=43.20%
G=9.67%
B=47.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143321560.080.7900.39293.7165.9636.86
Hex8F209C84F0271264225
Octal217402341011704744610245
Binary10001111100000100111001000100111101001111001001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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