Html Css Color HEX #8E3FE0 Blue Violet

📋 copy color: '#8E3FE0'

red 142 ◦ green 63 ◦ blue 224

#8E3FE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E3FE0

Tints of Blue Violet #8E3FE0

RGB

 RED value IS 142 (55.86% from 255) = 33.1%

 GREEN value IS 63 (25% from 255) = 14.69%

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 33.1%
G = 14.69%
B = 52.21%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8E3FE0 (or 0x8E3FE0) is known color: Blue Violet. HEX triplet: 8E, 3F and E0. RGB value is (142,63,224). Sum of RGB (Red+Green+Blue) = 142+63+224=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E3FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FE0 is #71C01F. Grayscale: #686868. Windows color (decimal): -7454752 or 14696334. OLE color: 14696334.

HSL color Cylindrical-coordinate representation of color #8E3FE0: hue angle of 269.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E3FE0 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 63 224 -
CMYK 0.37 0.72 0 0.12
HSL 269.44º 0.72% 0.56% -
HSV(B) 269.44º 0.72% 0.88% -
XYZ 26.39 14.69 71.97 -
YUV 104.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 142 63 224 0.37 0.72 0 0.12 269.44 0.72 0.56
Hex 8E 3F E0 25 48 0 C 10D 48 38
Octal 216 77 340 45 110 0 14 415 110 70
Binary 10001110 111111 11100000 100101 1001000 0 1100 100001101 1001000 111000

Color Harmonies of #8E3FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3FE0

Black with #8E3FE0

Text Example


Text Example

White with #8E3FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,63,224); }

 H1.HeaderClassName
 {
   color: #8E3FE0;
 }
 .AnyTagClassName
 {
   color: #8E3FE0;
 }
</style>

background-color css

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

 a { background-color: rgb(142,63,224); }

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

border-color css

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

 span { border-color: rgb(142,63,224); }

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