#8F45F9

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

Shades of Blue Violet #8F45F9

Tints of Blue Violet #8F45F9

Color information

#8F45F9 (or 0x8F45F9) is unknown color: approx Blue Violet. HEX triplet: 8F, 45 and F9. RGB value is (143,69,249). Sum of RGB (Red+Green+Blue) = 143+69+249=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F45F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F45F9 is #70BA06. Grayscale: #6F6F6F. Windows color (decimal): -7387655 or 16336271. OLE color: 16336271.

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

Color convert

RGB14369249-
CMYK0.430.7200.02
HSL264.67º93.75%62.35%-
HSV(B)264.67º72.29%97.65%-
XYZ30.5516.9491.28-
YUV111.65205.52150.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 249 (97.66% from 255) = 54.01%
R=31.02%
G=14.97%
B=54.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal143692490.430.7200.02264.6793.7562.35
Hex8F45F92B48021095e3e
Octal217105371531100241113676
Binary1000111110001011111100110101110010000101000010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F45F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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