Html Css Color HEX #8E6A84 Strikemaster

📋 copy color: '#8E6A84'

red 142 ◦ green 106 ◦ blue 132

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

Shades of Strikemaster #8E6A84

Tints of Strikemaster #8E6A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 37.37%
G = 27.89%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E6A84 (or 0x8E6A84) is known color: Strikemaster. HEX triplet: 8E, 6A and 84. RGB value is (142,106,132). Sum of RGB (Red+Green+Blue) = 142+106+132=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A84 is #71957B. Grayscale: #777777. Windows color (decimal): -7443836 or 8678030. OLE color: 8678030.

HSL color Cylindrical-coordinate representation of color #8E6A84: hue angle of 316.67º 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 #8E6A84 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 106 132 -
CMYK 0 0.25 0.07 0.44
HSL 316.67º 0.15% 0.49% -
HSV(B) 316.67º 0.25% 0.56% -
XYZ 20.47 17.72 24.17 -
YUV 119.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 142 106 132 0 0.25 0.07 0.44 316.67 0.15 0.49
Hex 8E 6A 84 0 19 7 2C 13D F 31
Octal 216 152 204 0 31 7 54 475 17 61
Binary 10001110 1101010 10000100 0 11001 111 101100 100111101 1111 110001

Color Harmonies of #8E6A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A84

Black with #8E6A84

Text Example


Text Example

White with #8E6A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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