#8F07F1

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

Shades of Dark Violet #8F07F1

Tints of Dark Violet #8F07F1

Color information

#8F07F1 (or 0x8F07F1) is unknown color: approx Dark Violet. HEX triplet: 8F, 07 and F1. RGB value is (143,7,241). Sum of RGB (Red+Green+Blue) = 143+7+241=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F07F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F07F1 is #70F80E. Grayscale: #494949. Windows color (decimal): -7403535 or 15796111. OLE color: 15796111.

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

Color convert

RGB1437241-
CMYK0.410.9700.05
HSL274.87º94.35%48.63%-
HSV(B)274.87º97.1%94.51%-
XYZ27.2812.3484.16-
YUV74.34222.06176.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 7 (3.12% from 255) = 1.79%
BLUE value IS 241 (94.53% from 255) = 61.64%
R=36.57%
G=1.79%
B=61.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14372410.410.9700.05274.8794.3548.63
Hex8F7F12961051135e31
Octal2177361511410542313661
Binary1000111111111110001101001110000101011000100111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F07F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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