#8F3EF7

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

Shades of Blue Violet #8F3EF7

Tints of Blue Violet #8F3EF7

Color information

#8F3EF7 (or 0x8F3EF7) is unknown color: approx Blue Violet. HEX triplet: 8F, 3E and F7. RGB value is (143,62,247). Sum of RGB (Red+Green+Blue) = 143+62+247=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F3EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3EF7 is #70C108. Grayscale: #6A6A6A. Windows color (decimal): -7389449 or 16203407. OLE color: 16203407.

HSL color Cylindrical-coordinate representation of color #8F3EF7: hue angle of 266.27º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3EF7 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14362247-
CMYK0.420.7500.03
HSL266.27º92.04%60.59%-
HSV(B)266.27º74.9%96.86%-
XYZ29.841689.51-
YUV107.31206.84153.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 62 (24.61% from 255) = 13.72%
BLUE value IS 247 (96.88% from 255) = 54.65%
R=31.64%
G=13.72%
B=54.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal143622470.420.7500.03266.2792.0460.59
Hex8F3EF72A4B0310a5c3d
Octal21776367521130341213475
Binary100011111111101111011110101010010110111000010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,62,247); }

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

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

 a { background-color: rgb(143,62,247); }

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

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

 span { border-color: rgb(143,62,247); }

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