Html Css Color HEX #8E5078 Strikemaster

📋 copy color: '#8E5078'

red 142 ◦ green 80 ◦ blue 120

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

Shades of Strikemaster #8E5078

Tints of Strikemaster #8E5078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 41.52%
G = 23.39%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E5078 (or 0x8E5078) is known color: Strikemaster. HEX triplet: 8E, 50 and 78. RGB value is (142,80,120). Sum of RGB (Red+Green+Blue) = 142+80+120=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5078 is #71AF87. Grayscale: #676767. Windows color (decimal): -7450504 or 7884942. OLE color: 7884942.

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

Color convert

RGB 142 80 120 -
CMYK 0 0.44 0.15 0.44
HSL 321.29º 0.28% 0.44% -
HSV(B) 321.29º 0.44% 0.56% -
XYZ 17.41 12.84 19.33 -
YUV 103.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 142 80 120 0 0.44 0.15 0.44 321.29 0.28 0.44
Hex 8E 50 78 0 2C F 2C 141 1C 2C
Octal 216 120 170 0 54 17 54 501 34 54
Binary 10001110 1010000 1111000 0 101100 1111 101100 101000001 11100 101100

Color Harmonies of #8E5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5078

Black with #8E5078

Text Example


Text Example

White with #8E5078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,120); }

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

background-color css

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

 a { background-color: rgb(142,80,120); }

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

border-color css

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

 span { border-color: rgb(142,80,120); }

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