Html Css Color HEX #8E249C Vivid Violet

📋 copy color: '#8E249C'

red 142 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #8E249C

Tints of Vivid Violet #8E249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 42.51%
G = 10.78%
B = 46.71%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E249C (or 0x8E249C) is known color: Vivid Violet. HEX triplet: 8E, 24 and 9C. RGB value is (142,36,156). Sum of RGB (Red+Green+Blue) = 142+36+156=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E249C is #71DB63. Grayscale: #515151. Windows color (decimal): -7461732 or 10232974. OLE color: 10232974.

HSL color Cylindrical-coordinate representation of color #8E249C: hue angle of 293º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E249C is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 36 156 -
CMYK 0.09 0.77 0 0.39
HSL 293º 0.63% 0.38% -
HSV(B) 293º 0.77% 0.61% -
XYZ 17.79 9.41 32.33 -
YUV 81.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 142 36 156 0.09 0.77 0 0.39 293 0.63 0.38
Hex 8E 24 9C 9 4D 0 27 125 3E 26
Octal 216 44 234 11 115 0 47 445 76 46
Binary 10001110 100100 10011100 1001 1001101 0 100111 100100101 111110 100110

Color Harmonies of #8E249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E249C

Black with #8E249C

Text Example


Text Example

White with #8E249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,156); }

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

background-color css

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

 a { background-color: rgb(142,36,156); }

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

border-color css

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

 span { border-color: rgb(142,36,156); }

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