Html Css Color HEX #8E259E Vivid Violet

📋 copy color: '#8E259E'

red 142 ◦ green 37 ◦ blue 158

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

Shades of Vivid Violet #8E259E

Tints of Vivid Violet #8E259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 42.14%
G = 10.98%
B = 46.88%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E259E (or 0x8E259E) is known color: Vivid Violet. HEX triplet: 8E, 25 and 9E. RGB value is (142,37,158). Sum of RGB (Red+Green+Blue) = 142+37+158=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E259E is #71DA61. Grayscale: #515151. Windows color (decimal): -7461474 or 10364302. OLE color: 10364302.

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

Color convert

RGB 142 37 158 -
CMYK 0.10 0.77 0 0.38
HSL 292.07º 0.62% 0.38% -
HSV(B) 292.07º 0.77% 0.62% -
XYZ 17.99 9.54 33.24 -
YUV 82.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 142 37 158 0.10 0.77 0 0.38 292.07 0.62 0.38
Hex 8E 25 9E A 4D 0 26 124 3E 26
Octal 216 45 236 12 115 0 46 444 76 46
Binary 10001110 100101 10011110 1010 1001101 0 100110 100100100 111110 100110

Color Harmonies of #8E259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E259E

Black with #8E259E

Text Example


Text Example

White with #8E259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,158); }

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

background-color css

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

 a { background-color: rgb(142,37,158); }

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

border-color css

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

 span { border-color: rgb(142,37,158); }

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