Html Css Color HEX #8E5F7F Strikemaster

📋 copy color: '#8E5F7F'

red 142 ◦ green 95 ◦ blue 127

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

Shades of Strikemaster #8E5F7F

Tints of Strikemaster #8E5F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.1%

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

R = 39.01%
G = 26.1%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E5F7F (or 0x8E5F7F) is known color: Strikemaster. HEX triplet: 8E, 5F and 7F. RGB value is (142,95,127). Sum of RGB (Red+Green+Blue) = 142+95+127=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F7F is #71A080. Grayscale: #707070. Windows color (decimal): -7446657 or 8347534. OLE color: 8347534.

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

Color convert

RGB 142 95 127 -
CMYK 0 0.33 0.11 0.44
HSL 319.15º 0.2% 0.46% -
HSV(B) 319.15º 0.33% 0.56% -
XYZ 19.08 15.47 22.06 -
YUV 112.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 142 95 127 0 0.33 0.11 0.44 319.15 0.2 0.46
Hex 8E 5F 7F 0 21 B 2C 13F 14 2E
Octal 216 137 177 0 41 13 54 477 24 56
Binary 10001110 1011111 1111111 0 100001 1011 101100 100111111 10100 101110

Color Harmonies of #8E5F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F7F

Black with #8E5F7F

Text Example


Text Example

White with #8E5F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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