#8F43E1

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

Shades of Blue Violet #8F43E1

Tints of Blue Violet #8F43E1

Color information

#8F43E1 (or 0x8F43E1) is unknown color: approx Blue Violet. HEX triplet: 8F, 43 and E1. RGB value is (143,67,225). Sum of RGB (Red+Green+Blue) = 143+67+225=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F43E1 is #70BC1E. Grayscale: #6B6B6B. Windows color (decimal): -7388191 or 14762895. OLE color: 14762895.

HSL color Cylindrical-coordinate representation of color #8F43E1: hue angle of 268.86º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F43E1 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14367225-
CMYK0.360.7000.12
HSL268.86º72.48%57.25%-
HSV(B)268.86º70.22%88.24%-
XYZ26.9315.2972.77-
YUV107.74194.18153.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 67 (26.56% from 255) = 15.40%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=32.87%
G=15.40%
B=51.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143672250.360.7000.12268.8672.4857.25
Hex8F43E124460C10d4839
Octal2171033414410601441511071
Binary100011111000011111000011001001000110011001000011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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