#8F4DE7

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

Shades of Blue Violet #8F4DE7

Tints of Blue Violet #8F4DE7

Color information

#8F4DE7 (or 0x8F4DE7) is unknown color: approx Blue Violet. HEX triplet: 8F, 4D and E7. RGB value is (143,77,231). Sum of RGB (Red+Green+Blue) = 143+77+231=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F4DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4DE7 is #70B218. Grayscale: #717171. Windows color (decimal): -7385625 or 15158671. OLE color: 15158671.

HSL color Cylindrical-coordinate representation of color #8F4DE7: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F4DE7 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14377231-
CMYK0.380.6700.09
HSL265.71º76.24%60.39%-
HSV(B)265.71º66.67%90.59%-
XYZ28.4116.9277.37-
YUV114.29193.87148.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 77 (30.47% from 255) = 17.07%
BLUE value IS 231 (90.62% from 255) = 51.22%
R=31.71%
G=17.07%
B=51.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal143772310.380.6700.09265.7176.2460.39
Hex8F4DE726430910a4c3c
Octal2171153474610301141211474
Binary100011111001101111001111001101000011010011000010101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,77,231); }

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

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

 a { background-color: rgb(143,77,231); }

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

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

 span { border-color: rgb(143,77,231); }

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