#8F16E2

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

Shades of Blue Violet #8F16E2

Tints of Blue Violet #8F16E2

Color information

#8F16E2 (or 0x8F16E2) is unknown color: approx Blue Violet. HEX triplet: 8F, 16 and E2. RGB value is (143,22,226). Sum of RGB (Red+Green+Blue) = 143+22+226=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 226 (88.67% from 255 or 57.80% from 391); Max value from RGB is 226 - color contains mainly: blue. Hex color #8F16E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F16E2 is #70E91D. Grayscale: #505050. Windows color (decimal): -7399710 or 14816911. OLE color: 14816911.

HSL color Cylindrical-coordinate representation of color #8F16E2: hue angle of 275.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F16E2 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14322226-
CMYK0.370.9000.11
HSL275.59º82.26%48.63%-
HSV(B)275.59º90.27%88.63%-
XYZ25.3411.972.91-
YUV81.44209.59171.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 226 (88.67% from 255) = 57.80%
R=36.57%
G=5.63%
B=57.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal143222260.370.9000.11275.5982.2648.63
Hex8F16E2255A0B1145231
Octal217263424513201342412261
Binary1000111110110111000101001011011010010111000101001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F16E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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