#8F22A1

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

Shades of Vivid Violet #8F22A1

Tints of Vivid Violet #8F22A1

Color information

#8F22A1 (or 0x8F22A1) is unknown color: approx Vivid Violet. HEX triplet: 8F, 22 and A1. RGB value is (143,34,161). Sum of RGB (Red+Green+Blue) = 143+34+161=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F22A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F22A1 is #70DD5E. Grayscale: #505050. Windows color (decimal): -7396703 or 10560143. OLE color: 10560143.

HSL color Cylindrical-coordinate representation of color #8F22A1: hue angle of 291.5º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F22A1 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14334161-
CMYK0.110.7900.37
HSL291.5º65.13%38.24%-
HSV(B)291.5º78.88%63.14%-
XYZ18.339.5634.6-
YUV81.07173.11172.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 34 (13.67% from 255) = 10.06%
BLUE value IS 161 (63.28% from 255) = 47.63%
R=42.31%
G=10.06%
B=47.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143341610.110.7900.37291.565.1338.24
Hex8F22A1B4F0251234126
Octal217422411311704544310146
Binary10001111100010101000011011100111101001011001000111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F22A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,34,161); }

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

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

 a { background-color: rgb(143,34,161); }

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

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

 span { border-color: rgb(143,34,161); }

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