#8E3AFD

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

Shades of Blue Violet #8E3AFD

Tints of Blue Violet #8E3AFD

Color information

#8E3AFD (or 0x8E3AFD) is unknown color: approx Blue Violet. HEX triplet: 8E, 3A and FD. RGB value is (142,58,253). Sum of RGB (Red+Green+Blue) = 142+58+253=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E3AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3AFD is #71C502. Grayscale: #686868. Windows color (decimal): -7456003 or 16595598. OLE color: 16595598.

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

Color convert

RGB14258253-
CMYK0.440.7700.01
HSL265.85º97.99%60.98%-
HSV(B)265.85º77.08%99.22%-
XYZ30.415.8794.39-
YUV105.35211.33154.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 58 (23.05% from 255) = 12.80%
BLUE value IS 253 (99.22% from 255) = 55.85%
R=31.35%
G=12.80%
B=55.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal142582530.440.7700.01265.8597.9960.98
Hex8E3AFD2C4D0110a623d
Octal21672375541150141214275
Binary10001110111010111111011011001001101011000010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,253); }

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

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

 a { background-color: rgb(142,58,253); }

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

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

 span { border-color: rgb(142,58,253); }

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