Html Css Color HEX #8E4098 Vivid Violet

📋 copy color: '#8E4098'

red 142 ◦ green 64 ◦ blue 152

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

Shades of Vivid Violet #8E4098

Tints of Vivid Violet #8E4098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 39.66%
G = 17.88%
B = 42.46%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E4098 (or 0x8E4098) is known color: Vivid Violet. HEX triplet: 8E, 40 and 98. RGB value is (142,64,152). Sum of RGB (Red+Green+Blue) = 142+64+152=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4098 is #71BF67. Grayscale: #616161. Windows color (decimal): -7454568 or 9977998. OLE color: 9977998.

HSL color Cylindrical-coordinate representation of color #8E4098: hue angle of 293.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E4098 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 64 152 -
CMYK 0.07 0.58 0 0.40
HSL 293.18º 0.41% 0.42% -
HSV(B) 293.18º 0.58% 0.6% -
XYZ 18.66 11.68 30.98 -
YUV 97.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 142 64 152 0.07 0.58 0 0.40 293.18 0.41 0.42
Hex 8E 40 98 7 3A 0 28 125 29 2A
Octal 216 100 230 7 72 0 50 445 51 52
Binary 10001110 1000000 10011000 111 111010 0 101000 100100101 101001 101010

Color Harmonies of #8E4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4098

Black with #8E4098

Text Example


Text Example

White with #8E4098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,64,152); }

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

background-color css

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

 a { background-color: rgb(142,64,152); }

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

border-color css

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

 span { border-color: rgb(142,64,152); }

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