Html Css Color HEX #8E5C7F Strikemaster

📋 copy color: '#8E5C7F'

red 142 ◦ green 92 ◦ blue 127

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

Shades of Strikemaster #8E5C7F

Tints of Strikemaster #8E5C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 39.34%
G = 25.48%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E5C7F (or 0x8E5C7F) is known color: Strikemaster. HEX triplet: 8E, 5C and 7F. RGB value is (142,92,127). Sum of RGB (Red+Green+Blue) = 142+92+127=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5C7F is #71A380. Grayscale: #6E6E6E. Windows color (decimal): -7447425 or 8346766. OLE color: 8346766.

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

Color convert

RGB 142 92 127 -
CMYK 0 0.35 0.11 0.44
HSL 318º 0.21% 0.46% -
HSV(B) 318º 0.35% 0.56% -
XYZ 18.81 14.94 21.97 -
YUV 110.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 142 92 127 0 0.35 0.11 0.44 318 0.21 0.46
Hex 8E 5C 7F 0 23 B 2C 13E 15 2E
Octal 216 134 177 0 43 13 54 476 25 56
Binary 10001110 1011100 1111111 0 100011 1011 101100 100111110 10101 101110

Color Harmonies of #8E5C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5C7F

Black with #8E5C7F

Text Example


Text Example

White with #8E5C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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