#8F07E2

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

Shades of Dark Violet #8F07E2

Tints of Dark Violet #8F07E2

Color information

#8F07E2 (or 0x8F07E2) is unknown color: approx Dark Violet. HEX triplet: 8F, 07 and E2. RGB value is (143,7,226). Sum of RGB (Red+Green+Blue) = 143+7+226=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #8F07E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07E2 is #70F81D. Grayscale: #474747. Windows color (decimal): -7403550 or 14813071. OLE color: 14813071.

HSL color Cylindrical-coordinate representation of color #8F07E2: hue angle of 277.26º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07E2 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1437226-
CMYK0.370.9700.11
HSL277.26º93.99%45.69%-
HSV(B)277.26º96.9%88.63%-
XYZ25.1311.4872.84-
YUV72.63214.56178.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 7 (3.12% from 255) = 1.86%
BLUE value IS 226 (88.67% from 255) = 60.11%
R=38.03%
G=1.86%
B=60.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14372260.370.9700.11277.2693.9945.69
Hex8F7E225610B1155e2e
Octal21773424514101342513656
Binary10001111111111000101001011100001010111000101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F07E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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