Html Css Color HEX #8E2A8C Vivid Violet

📋 copy color: '#8E2A8C'

red 142 ◦ green 42 ◦ blue 140

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

Shades of Vivid Violet #8E2A8C

Tints of Vivid Violet #8E2A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 43.83%
G = 12.96%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E2A8C (or 0x8E2A8C) is known color: Vivid Violet. HEX triplet: 8E, 2A and 8C. RGB value is (142,42,140). Sum of RGB (Red+Green+Blue) = 142+42+140=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2A8C is #71D573. Grayscale: #525252. Windows color (decimal): -7460212 or 9185934. OLE color: 9185934.

HSL color Cylindrical-coordinate representation of color #8E2A8C: hue angle of 301.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2A8C is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 42 140 -
CMYK 0 0.70 0.01 0.44
HSL 301.2º 0.54% 0.36% -
HSV(B) 301.2º 0.7% 0.56% -
XYZ 16.72 9.3 25.72 -
YUV 83.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 142 42 140 0 0.70 0.01 0.44 301.2 0.54 0.36
Hex 8E 2A 8C 0 46 1 2C 12D 36 24
Octal 216 52 214 0 106 1 54 455 66 44
Binary 10001110 101010 10001100 0 1000110 1 101100 100101101 110110 100100

Color Harmonies of #8E2A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2A8C

Black with #8E2A8C

Text Example


Text Example

White with #8E2A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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