#8F20F9

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

Shades of Blue Violet #8F20F9

Tints of Blue Violet #8F20F9

Color information

#8F20F9 (or 0x8F20F9) is unknown color: approx Blue Violet. HEX triplet: 8F, 20 and F9. RGB value is (143,32,249). Sum of RGB (Red+Green+Blue) = 143+32+249=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F20F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F20F9 is #70DF06. Grayscale: #595959. Windows color (decimal): -7397127 or 16326799. OLE color: 16326799.

HSL color Cylindrical-coordinate representation of color #8F20F9: hue angle of 270.69º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F20F9 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14332249-
CMYK0.430.8700.02
HSL270.69º94.76%55.1%-
HSV(B)270.69º87.15%97.65%-
XYZ28.9413.7190.74-
YUV89.93217.77165.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.73%
GREEN value IS 32 (12.89% from 255) = 7.55%
BLUE value IS 249 (97.66% from 255) = 58.73%
R=33.73%
G=7.55%
B=58.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal143322490.430.8700.02270.6994.7655.1
Hex8F20F92B570210f5f37
Octal21740371531270241713767
Binary100011111000001111100110101110101110101000011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F20F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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