#8f3bf1

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

Shades of Blue Violet #8F3BF1

Tints of Blue Violet #8F3BF1

Color information

#8F3BF1 (or 0x8F3BF1) is unknown color: approx Blue Violet. HEX triplet: 8F, 3B and F1. RGB value is (143,59,241). Sum of RGB (Red+Green+Blue) = 143+59+241=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F3BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3BF1 is #70C40E. Grayscale: #686868. Windows color (decimal): -7390223 or 15809423. OLE color: 15809423.

HSL color Cylindrical-coordinate representation of color #8F3BF1: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F3BF1 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14359241-
CMYK0.410.7600.05
HSL267.69º86.67%58.82%-
HSV(B)267.69º75.52%94.51%-
XYZ28.7715.3284.66-
YUV104.86204.83155.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 59 (23.44% from 255) = 13.32%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=32.28%
G=13.32%
B=54.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal143592410.410.7600.05267.6986.6758.82
Hex8F3BF1294C0510c573b
Octal21773361511140541412773
Binary1000111111101111110001101001100110001011000011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f3bf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,59,241); }

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

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

 a { background-color: rgb(143,59,241); }

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

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

 span { border-color: rgb(143,59,241); }

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