Html Css Color HEX #8E4ADC Blue Violet

📋 copy color: '#8E4ADC'

red 142 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #8E4ADC

Tints of Blue Violet #8E4ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 32.57%
G = 16.97%
B = 50.46%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E4ADC (or 0x8E4ADC) is known color: Blue Violet. HEX triplet: 8E, 4A and DC. RGB value is (142,74,220). Sum of RGB (Red+Green+Blue) = 142+74+220=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4ADC is #71B523. Grayscale: #6E6E6E. Windows color (decimal): -7451940 or 14437006. OLE color: 14437006.

HSL color Cylindrical-coordinate representation of color #8E4ADC: hue angle of 267.95º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E4ADC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 74 220 -
CMYK 0.35 0.66 0 0.14
HSL 267.95º 0.68% 0.58% -
HSV(B) 267.95º 0.66% 0.86% -
XYZ 26.52 15.82 69.37 -
YUV 110.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 142 74 220 0.35 0.66 0 0.14 267.95 0.68 0.58
Hex 8E 4A DC 23 42 0 E 10C 44 3A
Octal 216 112 334 43 102 0 16 414 104 72
Binary 10001110 1001010 11011100 100011 1000010 0 1110 100001100 1000100 111010

Color Harmonies of #8E4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4ADC

Black with #8E4ADC

Text Example


Text Example

White with #8E4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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