#8F17E6

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

Shades of Blue Violet #8F17E6

Tints of Blue Violet #8F17E6

Color information

#8F17E6 (or 0x8F17E6) is unknown color: approx Blue Violet. HEX triplet: 8F, 17 and E6. RGB value is (143,23,230). Sum of RGB (Red+Green+Blue) = 143+23+230=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F17E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F17E6 is #70E819. Grayscale: #515151. Windows color (decimal): -7399450 or 15079311. OLE color: 15079311.

HSL color Cylindrical-coordinate representation of color #8F17E6: hue angle of 274.78º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F17E6 is Cyan = 0.38, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14323230-
CMYK0.380.900.10
HSL274.78º81.82%49.61%-
HSV(B)274.78º90%90.2%-
XYZ25.9212.1775.85-
YUV82.48211.26171.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 23 (9.38% from 255) = 5.81%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=36.11%
G=5.81%
B=58.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal143232300.380.900.10274.7881.8249.61
Hex8F17E6265A0A1135232
Octal217273464613201242312262
Binary1000111110111111001101001101011010010101000100111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F17E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,23,230); }

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

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

 a { background-color: rgb(143,23,230); }

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

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

 span { border-color: rgb(143,23,230); }

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