Html Css Color HEX #8E5879 Strikemaster

📋 copy color: '#8E5879'

red 142 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #8E5879

Tints of Strikemaster #8E5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 40.46%
G = 25.07%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E5879 (or 0x8E5879) is known color: Strikemaster. HEX triplet: 8E, 58 and 79. RGB value is (142,88,121). Sum of RGB (Red+Green+Blue) = 142+88+121=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5879 is #71A786. Grayscale: #6B6B6B. Windows color (decimal): -7448455 or 7952526. OLE color: 7952526.

HSL color Cylindrical-coordinate representation of color #8E5879: hue angle of 323.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5879 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 88 121 -
CMYK 0 0.38 0.15 0.44
HSL 323.33º 0.23% 0.45% -
HSV(B) 323.33º 0.38% 0.56% -
XYZ 18.1 14.11 19.86 -
YUV 107.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 142 88 121 0 0.38 0.15 0.44 323.33 0.23 0.45
Hex 8E 58 79 0 26 F 2C 143 17 2D
Octal 216 130 171 0 46 17 54 503 27 55
Binary 10001110 1011000 1111001 0 100110 1111 101100 101000011 10111 101101

Color Harmonies of #8E5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5879

Black with #8E5879

Text Example


Text Example

White with #8E5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,121); }

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

background-color css

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

 a { background-color: rgb(142,88,121); }

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

border-color css

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

 span { border-color: rgb(142,88,121); }

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