Html Css Color HEX #8E057B Purple

📋 copy color: '#8E057B'

red 142 ◦ green 5 ◦ blue 123

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

Shades of Purple #8E057B

Tints of Purple #8E057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 52.59%
G = 1.85%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E057B (or 0x8E057B) is known color: Purple. HEX triplet: 8E, 05 and 7B. RGB value is (142,5,123). Sum of RGB (Red+Green+Blue) = 142+5+123=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E057B is #71FA84. Grayscale: #3B3B3B. Windows color (decimal): -7469701 or 8062350. OLE color: 8062350.

HSL color Cylindrical-coordinate representation of color #8E057B: hue angle of 308.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E057B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 5 123 -
CMYK 0 0.96 0.13 0.44
HSL 308.32º 0.93% 0.29% -
HSV(B) 308.32º 0.96% 0.56% -
XYZ 14.78 7.29 19.37 -
YUV 59.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 142 5 123 0 0.96 0.13 0.44 308.32 0.93 0.29
Hex 8E 5 7B 0 60 D 2C 134 5D 1D
Octal 216 5 173 0 140 15 54 464 135 35
Binary 10001110 101 1111011 0 1100000 1101 101100 100110100 1011101 11101

Color Harmonies of #8E057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E057B

Black with #8E057B

Text Example


Text Example

White with #8E057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,5,123); }

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

background-color css

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

 a { background-color: rgb(142,5,123); }

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

border-color css

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

 span { border-color: rgb(142,5,123); }

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