Html Css Color HEX #8E2ADE Blue Violet

📋 copy color: '#8E2ADE'

red 142 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #8E2ADE

Tints of Blue Violet #8E2ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.34%

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 34.98%
G = 10.34%
B = 54.68%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E2ADE (or 0x8E2ADE) is known color: Blue Violet. HEX triplet: 8E, 2A and DE. RGB value is (142,42,222). Sum of RGB (Red+Green+Blue) = 142+42+222=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ADE is #71D521. Grayscale: #5B5B5B. Windows color (decimal): -7460130 or 14559886. OLE color: 14559886.

HSL color Cylindrical-coordinate representation of color #8E2ADE: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E2ADE is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 42 222 -
CMYK 0.36 0.81 0 0.13
HSL 273.33º 0.73% 0.52% -
HSV(B) 273.33º 0.81% 0.87% -
XYZ 25.17 12.68 70.23 -
YUV 92.42 201.13 163.36 -
System Red Green Blue C M Y K H S L
Decimal 142 42 222 0.36 0.81 0 0.13 273.33 0.73 0.52
Hex 8E 2A DE 24 51 0 D 111 49 34
Octal 216 52 336 44 121 0 15 421 111 64
Binary 10001110 101010 11011110 100100 1010001 0 1101 100010001 1001001 110100

Color Harmonies of #8E2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2ADE

Black with #8E2ADE

Text Example


Text Example

White with #8E2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,42,222); }

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

background-color css

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

 a { background-color: rgb(142,42,222); }

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

border-color css

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

 span { border-color: rgb(142,42,222); }

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