Html Css Color HEX #8E567F Strikemaster

📋 copy color: '#8E567F'

red 142 ◦ green 86 ◦ blue 127

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

Shades of Strikemaster #8E567F

Tints of Strikemaster #8E567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 40%
G = 24.23%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E567F (or 0x8E567F) is known color: Strikemaster. HEX triplet: 8E, 56 and 7F. RGB value is (142,86,127). Sum of RGB (Red+Green+Blue) = 142+86+127=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E567F is #71A980. Grayscale: #6B6B6B. Windows color (decimal): -7448961 or 8345230. OLE color: 8345230.

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

Color convert

RGB 142 86 127 -
CMYK 0 0.39 0.11 0.44
HSL 316.07º 0.25% 0.45% -
HSV(B) 316.07º 0.39% 0.56% -
XYZ 18.31 13.94 21.8 -
YUV 107.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 142 86 127 0 0.39 0.11 0.44 316.07 0.25 0.45
Hex 8E 56 7F 0 27 B 2C 13C 19 2D
Octal 216 126 177 0 47 13 54 474 31 55
Binary 10001110 1010110 1111111 0 100111 1011 101100 100111100 11001 101101

Color Harmonies of #8E567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E567F

Black with #8E567F

Text Example


Text Example

White with #8E567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,86,127); }

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

background-color css

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

 a { background-color: rgb(142,86,127); }

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

border-color css

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

 span { border-color: rgb(142,86,127); }

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