#8F209A

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

Shades of Vivid Violet #8F209A

Tints of Vivid Violet #8F209A

Color information

#8F209A (or 0x8F209A) is unknown color: approx Vivid Violet. HEX triplet: 8F, 20 and 9A. RGB value is (143,32,154). Sum of RGB (Red+Green+Blue) = 143+32+154=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F209A is #70DF65. Grayscale: #4E4E4E. Windows color (decimal): -7397222 or 10100879. OLE color: 10100879.

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

Color convert

RGB14332154-
CMYK0.070.7900.40
HSL294.59º65.59%36.47%-
HSV(B)294.59º79.22%60.39%-
XYZ17.689.2131.42-
YUV79.1170.27173.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 32 (12.89% from 255) = 9.73%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=43.47%
G=9.73%
B=46.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143321540.070.7900.40294.5965.5936.47
Hex8F209A74F0281274224
Octal21740232711705044710244
Binary1000111110000010011010111100111101010001001001111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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