#8E4AFB

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

Shades of Blue Violet #8E4AFB

Tints of Blue Violet #8E4AFB

Color information

#8E4AFB (or 0x8E4AFB) is unknown color: approx Blue Violet. HEX triplet: 8E, 4A and FB. RGB value is (142,74,251). Sum of RGB (Red+Green+Blue) = 142+74+251=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4AFB is #71B504. Grayscale: #717171. Windows color (decimal): -7451909 or 16468622. OLE color: 16468622.

HSL color Cylindrical-coordinate representation of color #8E4AFB: hue angle of 263.05º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E4AFB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14274251-
CMYK0.430.7100.02
HSL263.05º95.68%63.73%-
HSV(B)263.05º70.52%98.43%-
XYZ31.0217.6193.03-
YUV114.51205.03147.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 74 (29.30% from 255) = 15.85%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=30.41%
G=15.85%
B=53.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142742510.430.7100.02263.0595.6863.73
Hex8E4AFB2B47021076040
Octal2161123735310702407140100
Binary10001110100101011111011101011100011101010000011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,251); }

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

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

 a { background-color: rgb(142,74,251); }

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

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

 span { border-color: rgb(142,74,251); }

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