Html Css Color HEX #8E288D Vivid Violet

📋 copy color: '#8E288D'

red 142 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #8E288D

Tints of Vivid Violet #8E288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 43.96%
G = 12.38%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E288D (or 0x8E288D) is known color: Vivid Violet. HEX triplet: 8E, 28 and 8D. RGB value is (142,40,141). Sum of RGB (Red+Green+Blue) = 142+40+141=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E288D is #71D772. Grayscale: #515151. Windows color (decimal): -7460723 or 9250958. OLE color: 9250958.

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

Color convert

RGB 142 40 141 -
CMYK 0 0.72 0.01 0.44
HSL 300.59º 0.56% 0.36% -
HSV(B) 300.59º 0.72% 0.56% -
XYZ 16.72 9.19 26.09 -
YUV 82.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 142 40 141 0 0.72 0.01 0.44 300.59 0.56 0.36
Hex 8E 28 8D 0 48 1 2C 12D 38 24
Octal 216 50 215 0 110 1 54 455 70 44
Binary 10001110 101000 10001101 0 1001000 1 101100 100101101 111000 100100

Color Harmonies of #8E288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E288D

Black with #8E288D

Text Example


Text Example

White with #8E288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,141); }

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

background-color css

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

 a { background-color: rgb(142,40,141); }

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

border-color css

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

 span { border-color: rgb(142,40,141); }

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