Html Css Color HEX #8E6C7E Strikemaster

📋 copy color: '#8E6C7E'

red 142 ◦ green 108 ◦ blue 126

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

Shades of Strikemaster #8E6C7E

Tints of Strikemaster #8E6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 37.77%
G = 28.72%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E6C7E (or 0x8E6C7E) is known color: Strikemaster. HEX triplet: 8E, 6C and 7E. RGB value is (142,108,126). Sum of RGB (Red+Green+Blue) = 142+108+126=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6C7E is #719381. Grayscale: #787878. Windows color (decimal): -7443330 or 8285326. OLE color: 8285326.

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

Color convert

RGB 142 108 126 -
CMYK 0 0.24 0.11 0.44
HSL 328.24º 0.14% 0.49% -
HSV(B) 328.24º 0.24% 0.56% -
XYZ 20.28 17.98 22.14 -
YUV 120.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 142 108 126 0 0.24 0.11 0.44 328.24 0.14 0.49
Hex 8E 6C 7E 0 18 B 2C 148 E 31
Octal 216 154 176 0 30 13 54 510 16 61
Binary 10001110 1101100 1111110 0 11000 1011 101100 101001000 1110 110001

Color Harmonies of #8E6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C7E

Black with #8E6C7E

Text Example


Text Example

White with #8E6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,108,126); }

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

background-color css

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

 a { background-color: rgb(142,108,126); }

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

border-color css

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

 span { border-color: rgb(142,108,126); }

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