#8F10F0

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

Shades of Blue Violet #8F10F0

Tints of Blue Violet #8F10F0

Color information

#8F10F0 (or 0x8F10F0) is unknown color: approx Blue Violet. HEX triplet: 8F, 10 and F0. RGB value is (143,16,240). Sum of RGB (Red+Green+Blue) = 143+16+240=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F10F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F10F0 is #70EF0F. Grayscale: #4E4E4E. Windows color (decimal): -7401232 or 15732879. OLE color: 15732879.

HSL color Cylindrical-coordinate representation of color #8F10F0: hue angle of 274.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F10F0 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14316240-
CMYK0.400.9300.06
HSL274.02º88.19%50.2%-
HSV(B)274.02º93.33%94.12%-
XYZ27.2412.583.42-
YUV79.51218.58173.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 16 (6.64% from 255) = 4.01%
BLUE value IS 240 (94.14% from 255) = 60.15%
R=35.84%
G=4.01%
B=60.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal143162400.400.9300.06274.0288.1950.2
Hex8F10F0285D061125832
Octal21720360501350642213062
Binary100011111000011110000101000101110101101000100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F10F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,16,240); }

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

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

 a { background-color: rgb(143,16,240); }

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

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

 span { border-color: rgb(143,16,240); }

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