#8E36F8

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

Shades of Blue Violet #8E36F8

Tints of Blue Violet #8E36F8

Color information

#8E36F8 (or 0x8E36F8) is unknown color: approx Blue Violet. HEX triplet: 8E, 36 and F8. RGB value is (142,54,248). Sum of RGB (Red+Green+Blue) = 142+54+248=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E36F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E36F8 is #71C907. Grayscale: #656565. Windows color (decimal): -7457032 or 16266894. OLE color: 16266894.

HSL color Cylindrical-coordinate representation of color #8E36F8: hue angle of 267.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E36F8 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14254248-
CMYK0.430.7800.03
HSL267.22º93.27%59.22%-
HSV(B)267.22º78.23%97.25%-
XYZ29.4215.1790.18-
YUV102.43210.15156.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.98%
GREEN value IS 54 (21.48% from 255) = 12.16%
BLUE value IS 248 (97.27% from 255) = 55.86%
R=31.98%
G=12.16%
B=55.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142542480.430.7800.03267.2293.2759.22
Hex8E36F82B4E0310b5d3b
Octal21666370531160341313573
Binary100011101101101111100010101110011100111000010111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,248); }

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

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

 a { background-color: rgb(142,54,248); }

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

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

 span { border-color: rgb(142,54,248); }

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