#8F1FE0

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

Shades of Blue Violet #8F1FE0

Tints of Blue Violet #8F1FE0

Color information

#8F1FE0 (or 0x8F1FE0) is unknown color: approx Blue Violet. HEX triplet: 8F, 1F and E0. RGB value is (143,31,224). Sum of RGB (Red+Green+Blue) = 143+31+224=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F1FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FE0 is #70E01F. Grayscale: #555555. Windows color (decimal): -7397408 or 14688143. OLE color: 14688143.

HSL color Cylindrical-coordinate representation of color #8F1FE0: hue angle of 274.82º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1FE0 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14331224-
CMYK0.360.8600.12
HSL274.82º75.69%50%-
HSV(B)274.82º86.16%87.84%-
XYZ25.2712.271.54-
YUV86.49205.61168.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 31 (12.5% from 255) = 7.79%
BLUE value IS 224 (87.89% from 255) = 56.28%
R=35.93%
G=7.79%
B=56.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143312240.360.8600.12274.8275.6950
Hex8F1FE024560C1134c32
Octal217373404412601442311462
Binary1000111111111111000001001001010110011001000100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,224); }

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

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

 a { background-color: rgb(143,31,224); }

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

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

 span { border-color: rgb(143,31,224); }

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