#8F43F1

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

Shades of Blue Violet #8F43F1

Tints of Blue Violet #8F43F1

Color information

#8F43F1 (or 0x8F43F1) is unknown color: approx Blue Violet. HEX triplet: 8F, 43 and F1. RGB value is (143,67,241). Sum of RGB (Red+Green+Blue) = 143+67+241=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F43F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F43F1 is #70BC0E. Grayscale: #6C6C6C. Windows color (decimal): -7388175 or 15811471. OLE color: 15811471.

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

Color convert

RGB14367241-
CMYK0.410.7200.05
HSL266.21º86.14%60.39%-
HSV(B)266.21º72.2%94.51%-
XYZ29.2116.284.81-
YUV109.56202.18151.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 241 (94.53% from 255) = 53.44%
R=31.71%
G=14.86%
B=53.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal143672410.410.7200.05266.2186.1460.39
Hex8F43F129480510a563c
Octal217103361511100541212674
Binary10001111100001111110001101001100100001011000010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F43F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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