#8E37F8

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

Shades of Blue Violet #8E37F8

Tints of Blue Violet #8E37F8

Color information

#8E37F8 (or 0x8E37F8) is unknown color: approx Blue Violet. HEX triplet: 8E, 37 and F8. RGB value is (142,55,248). Sum of RGB (Red+Green+Blue) = 142+55+248=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E37F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E37F8 is #71C807. Grayscale: #666666. Windows color (decimal): -7456776 or 16267150. OLE color: 16267150.

HSL color Cylindrical-coordinate representation of color #8E37F8: hue angle of 267.05º 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 #8E37F8 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14255248-
CMYK0.430.7800.03
HSL267.05º93.24%59.41%-
HSV(B)267.05º77.82%97.25%-
XYZ29.4615.2690.2-
YUV103.02209.82155.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 55 (21.88% from 255) = 12.36%
BLUE value IS 248 (97.27% from 255) = 55.73%
R=31.91%
G=12.36%
B=55.73%

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
Decimal142552480.430.7800.03267.0593.2459.41
Hex8E37F82B4E0310b5d3b
Octal21667370531160341313573
Binary100011101101111111100010101110011100111000010111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E37F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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