#8E0FB1

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

Shades of Dark Violet #8E0FB1

Tints of Dark Violet #8E0FB1

Color information

#8E0FB1 (or 0x8E0FB1) is unknown color: approx Dark Violet. HEX triplet: 8E, 0F and B1. RGB value is (142,15,177). Sum of RGB (Red+Green+Blue) = 142+15+177=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E0FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0FB1 is #71F04E. Grayscale: #464646. Windows color (decimal): -7467087 or 11603854. OLE color: 11603854.

HSL color Cylindrical-coordinate representation of color #8E0FB1: hue angle of 287.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0FB1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14215177-
CMYK0.200.9200.31
HSL287.04º84.38%37.65%-
HSV(B)287.04º91.53%69.41%-
XYZ19.269.2742.37-
YUV71.44187.58178.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 15 (6.25% from 255) = 4.49%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=42.51%
G=4.49%
B=52.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142151770.200.9200.31287.0484.3837.65
Hex8EFB1145C01F11f5426
Octal216172612413403743712446
Binary100011101111101100011010010111000111111000111111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,177); }

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

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

 a { background-color: rgb(142,15,177); }

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

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

 span { border-color: rgb(142,15,177); }

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