#8F20AB

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

Shades of Vivid Violet #8F20AB

Tints of Vivid Violet #8F20AB

Color information

#8F20AB (or 0x8F20AB) is unknown color: approx Vivid Violet. HEX triplet: 8F, 20 and AB. RGB value is (143,32,171). Sum of RGB (Red+Green+Blue) = 143+32+171=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F20AB is #70DF54. Grayscale: #505050. Windows color (decimal): -7397205 or 11214991. OLE color: 11214991.

HSL color Cylindrical-coordinate representation of color #8F20AB: hue angle of 287.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F20AB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14332171-
CMYK0.160.8100.33
HSL287.91º68.47%39.8%-
HSV(B)287.91º81.29%67.06%-
XYZ19.199.8139.41-
YUV81.04178.77172.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 32 (12.89% from 255) = 9.25%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=41.33%
G=9.25%
B=49.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143321710.160.8100.33287.9168.4739.8
Hex8F20AB10510211204428
Octal217402532012104144010450
Binary100011111000001010101110000101000101000011001000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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