Html Css Color HEX #8E6A7F Strikemaster

📋 copy color: '#8E6A7F'

red 142 ◦ green 106 ◦ blue 127

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

Shades of Strikemaster #8E6A7F

Tints of Strikemaster #8E6A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 37.87%
G = 28.27%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E6A7F (or 0x8E6A7F) is known color: Strikemaster. HEX triplet: 8E, 6A and 7F. RGB value is (142,106,127). Sum of RGB (Red+Green+Blue) = 142+106+127=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A7F is #719580. Grayscale: #777777. Windows color (decimal): -7443841 or 8350350. OLE color: 8350350.

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

Color convert

RGB 142 106 127 -
CMYK 0 0.25 0.11 0.44
HSL 325º 0.15% 0.49% -
HSV(B) 325º 0.25% 0.56% -
XYZ 20.14 17.59 22.41 -
YUV 119.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 142 106 127 0 0.25 0.11 0.44 325 0.15 0.49
Hex 8E 6A 7F 0 19 B 2C 145 F 31
Octal 216 152 177 0 31 13 54 505 17 61
Binary 10001110 1101010 1111111 0 11001 1011 101100 101000101 1111 110001

Color Harmonies of #8E6A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A7F

Black with #8E6A7F

Text Example


Text Example

White with #8E6A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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