#8C1FF0

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

Shades of Blue Violet #8C1FF0

Tints of Blue Violet #8C1FF0

Color information

#8C1FF0 (or 0x8C1FF0) is unknown color: approx Blue Violet. HEX triplet: 8C, 1F and F0. RGB value is (140,31,240). Sum of RGB (Red+Green+Blue) = 140+31+240=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C1FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1FF0 is #73E00F. Grayscale: #565656. Windows color (decimal): -7594000 or 15736716. OLE color: 15736716.

HSL color Cylindrical-coordinate representation of color #8C1FF0: hue angle of 271.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1FF0 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14031240-
CMYK0.420.8700.06
HSL271.29º87.45%53.14%-
HSV(B)271.29º87.08%94.12%-
XYZ27.0312.8583.49-
YUV87.42214.11165.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=34.06%
G=7.54%
B=58.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140312400.420.8700.06271.2987.4553.14
Hex8C1FF02A570610f5735
Octal21437360521270641712765
Binary100011001111111110000101010101011101101000011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,240); }

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

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

 a { background-color: rgb(140,31,240); }

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

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

 span { border-color: rgb(140,31,240); }

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