Html Css Color HEX #8E2090 Dark Purple

📋 copy color: '#8E2090'

red 142 ◦ green 32 ◦ blue 144

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

Shades of Dark Purple #8E2090

Tints of Dark Purple #8E2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 44.65%
G = 10.06%
B = 45.28%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E2090 (or 0x8E2090) is known color: Dark Purple. HEX triplet: 8E, 20 and 90. RGB value is (142,32,144). Sum of RGB (Red+Green+Blue) = 142+32+144=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E2090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2090 is #71DF6F. Grayscale: #4D4D4D. Windows color (decimal): -7462768 or 9445518. OLE color: 9445518.

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

Color convert

RGB 142 32 144 -
CMYK 0.01 0.78 0 0.44
HSL 298.93º 0.64% 0.35% -
HSV(B) 298.93º 0.78% 0.56% -
XYZ 16.71 8.8 27.2 -
YUV 77.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 142 32 144 0.01 0.78 0 0.44 298.93 0.64 0.35
Hex 8E 20 90 1 4E 0 2C 12B 40 23
Octal 216 40 220 1 116 0 54 453 100 43
Binary 10001110 100000 10010000 1 1001110 0 101100 100101011 1000000 100011

Color Harmonies of #8E2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2090

Black with #8E2090

Text Example


Text Example

White with #8E2090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,144); }

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

background-color css

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

 a { background-color: rgb(142,32,144); }

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

border-color css

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

 span { border-color: rgb(142,32,144); }

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