#8D11F0

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

Shades of Blue Violet #8D11F0

Tints of Blue Violet #8D11F0

Color information

#8D11F0 (or 0x8D11F0) is unknown color: approx Blue Violet. HEX triplet: 8D, 11 and F0. RGB value is (141,17,240). Sum of RGB (Red+Green+Blue) = 141+17+240=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D11F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D11F0 is #72EE0F. Grayscale: #4E4E4E. Windows color (decimal): -7532048 or 15733133. OLE color: 15733133.

HSL color Cylindrical-coordinate representation of color #8D11F0: hue angle of 273.36º 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 #8D11F0 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14117240-
CMYK0.410.9300.06
HSL273.36º88.14%50.39%-
HSV(B)273.36º92.92%94.12%-
XYZ26.9112.3583.4-
YUV79.5218.58171.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 17 (7.03% from 255) = 4.27%
BLUE value IS 240 (94.14% from 255) = 60.30%
R=35.43%
G=4.27%
B=60.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141172400.410.9300.06273.3688.1450.39
Hex8D11F0295D061115832
Octal21521360511350642113062
Binary100011011000111110000101001101110101101000100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D11F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,17,240); }

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

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

 a { background-color: rgb(141,17,240); }

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

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

 span { border-color: rgb(141,17,240); }

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