#8F11ED

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

Shades of Blue Violet #8F11ED

Tints of Blue Violet #8F11ED

Color information

#8F11ED (or 0x8F11ED) is unknown color: approx Blue Violet. HEX triplet: 8F, 11 and ED. RGB value is (143,17,237). Sum of RGB (Red+Green+Blue) = 143+17+237=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F11ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F11ED is #70EE12. Grayscale: #4F4F4F. Windows color (decimal): -7400979 or 15536527. OLE color: 15536527.

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

Color convert

RGB14317237-
CMYK0.400.9300.07
HSL274.36º86.61%49.8%-
HSV(B)274.36º92.83%92.94%-
XYZ26.8112.3581.09-
YUV79.75216.74173.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 237 (92.97% from 255) = 59.70%
R=36.02%
G=4.28%
B=59.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143172370.400.9300.07274.3686.6149.8
Hex8F11ED285D071125732
Octal21721355501350742212762
Binary100011111000111101101101000101110101111000100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F11ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,237); }

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

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

 a { background-color: rgb(143,17,237); }

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

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

 span { border-color: rgb(143,17,237); }

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