Html Css Color HEX #8E2EAC Vivid Violet

📋 copy color: '#8E2EAC'

red 142 ◦ green 46 ◦ blue 172

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

Shades of Vivid Violet #8E2EAC

Tints of Vivid Violet #8E2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.78%

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 39.44%
G = 12.78%
B = 47.78%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E2EAC (or 0x8E2EAC) is known color: Vivid Violet. HEX triplet: 8E, 2E and AC. RGB value is (142,46,172). Sum of RGB (Red+Green+Blue) = 142+46+172=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2EAC is #71D153. Grayscale: #585858. Windows color (decimal): -7459156 or 11284110. OLE color: 11284110.

HSL color Cylindrical-coordinate representation of color #8E2EAC: hue angle of 285.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2EAC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 46 172 -
CMYK 0.17 0.73 0 0.33
HSL 285.71º 0.58% 0.43% -
HSV(B) 285.71º 0.73% 0.67% -
XYZ 19.58 10.68 40.06 -
YUV 89.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 142 46 172 0.17 0.73 0 0.33 285.71 0.58 0.43
Hex 8E 2E AC 11 49 0 21 11E 3A 2B
Octal 216 56 254 21 111 0 41 436 72 53
Binary 10001110 101110 10101100 10001 1001001 0 100001 100011110 111010 101011

Color Harmonies of #8E2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2EAC

Black with #8E2EAC

Text Example


Text Example

White with #8E2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,46,172); }

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

background-color css

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

 a { background-color: rgb(142,46,172); }

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

border-color css

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

 span { border-color: rgb(142,46,172); }

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