#8E26F1

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

Shades of Blue Violet #8E26F1

Tints of Blue Violet #8E26F1

Color information

#8E26F1 (or 0x8E26F1) is unknown color: approx Blue Violet. HEX triplet: 8E, 26 and F1. RGB value is (142,38,241). Sum of RGB (Red+Green+Blue) = 142+38+241=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E26F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E26F1 is #71D90E. Grayscale: #5B5B5B. Windows color (decimal): -7461135 or 15804046. OLE color: 15804046.

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

Color convert

RGB14238241-
CMYK0.410.8400.05
HSL270.74º87.88%54.71%-
HSV(B)270.74º84.23%94.51%-
XYZ27.7313.4984.36-
YUV92.24211.96163.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 38 (15.23% from 255) = 9.03%
BLUE value IS 241 (94.53% from 255) = 57.24%
R=33.73%
G=9.03%
B=57.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142382410.410.8400.05270.7487.8854.71
Hex8E26F129540510f5837
Octal21646361511240541713067
Binary1000111010011011110001101001101010001011000011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E26F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,38,241); }

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

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

 a { background-color: rgb(142,38,241); }

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

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

 span { border-color: rgb(142,38,241); }

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