Html Css Color HEX #8E4ADD Blue Violet

📋 copy color: '#8E4ADD'

red 142 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #8E4ADD

Tints of Blue Violet #8E4ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 32.49%
G = 16.93%
B = 50.57%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E4ADD (or 0x8E4ADD) is known color: Blue Violet. HEX triplet: 8E, 4A and DD. RGB value is (142,74,221). Sum of RGB (Red+Green+Blue) = 142+74+221=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4ADD is #71B522. Grayscale: #6E6E6E. Windows color (decimal): -7451939 or 14502542. OLE color: 14502542.

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

Color convert

RGB 142 74 221 -
CMYK 0.36 0.67 0 0.13
HSL 267.76º 0.68% 0.58% -
HSV(B) 267.76º 0.67% 0.87% -
XYZ 26.66 15.87 70.06 -
YUV 111.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 142 74 221 0.36 0.67 0 0.13 267.76 0.68 0.58
Hex 8E 4A DD 24 43 0 D 10C 44 3A
Octal 216 112 335 44 103 0 15 414 104 72
Binary 10001110 1001010 11011101 100100 1000011 0 1101 100001100 1000100 111010

Color Harmonies of #8E4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4ADD

Black with #8E4ADD

Text Example


Text Example

White with #8E4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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