#8E36F6

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

Shades of Blue Violet #8E36F6

Tints of Blue Violet #8E36F6

Color information

#8E36F6 (or 0x8E36F6) is unknown color: approx Blue Violet. HEX triplet: 8E, 36 and F6. RGB value is (142,54,246). Sum of RGB (Red+Green+Blue) = 142+54+246=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #8E36F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E36F6 is #71C909. Grayscale: #656565. Windows color (decimal): -7457034 or 16135822. OLE color: 16135822.

HSL color Cylindrical-coordinate representation of color #8E36F6: hue angle of 267.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E36F6 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14254246-
CMYK0.420.7800.04
HSL267.5º91.43%58.82%-
HSV(B)267.5º78.05%96.47%-
XYZ29.1115.0488.56-
YUV102.2209.15156.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 54 (21.48% from 255) = 12.22%
BLUE value IS 246 (96.48% from 255) = 55.66%
R=32.13%
G=12.22%
B=55.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142542460.420.7800.04267.591.4358.82
Hex8E36F62A4E0410c5b3b
Octal21666366521160441413373
Binary1000111011011011110110101010100111001001000011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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