#8E38FF

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

Shades of Blue Violet #8E38FF

Tints of Blue Violet #8E38FF

Color information

#8E38FF (or 0x8E38FF) is unknown color: approx Blue Violet. HEX triplet: 8E, 38 and FF. RGB value is (142,56,255). Sum of RGB (Red+Green+Blue) = 142+56+255=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E38FF is #71C700. Grayscale: #676767. Windows color (decimal): -7456513 or 16726158. OLE color: 16726158.

HSL color Cylindrical-coordinate representation of color #8E38FF: hue angle of 265.93º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E38FF is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14256255-
CMYK0.440.7800
HSL265.93º100%60.98%-
HSV(B)265.93º78.04%100%-
XYZ30.6215.896.04-
YUV104.4212.99154.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 56 (22.27% from 255) = 12.36%
BLUE value IS 255 (100% from 255) = 56.29%
R=31.35%
G=12.36%
B=56.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142562550.440.7800265.9310060.98
Hex8E38FF2C4E0010a643d
Octal21670377541160041214475
Binary10001110111000111111111011001001110001000010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,255); }

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

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

 a { background-color: rgb(142,56,255); }

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

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

 span { border-color: rgb(142,56,255); }

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