Html Css Color HEX #8E6781 Strikemaster

📋 copy color: '#8E6781'

red 142 ◦ green 103 ◦ blue 129

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

Shades of Strikemaster #8E6781

Tints of Strikemaster #8E6781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 37.97%
G = 27.54%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E6781 (or 0x8E6781) is known color: Strikemaster. HEX triplet: 8E, 67 and 81. RGB value is (142,103,129). Sum of RGB (Red+Green+Blue) = 142+103+129=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6781 is #71987E. Grayscale: #757575. Windows color (decimal): -7444607 or 8480654. OLE color: 8480654.

HSL color Cylindrical-coordinate representation of color #8E6781: hue angle of 320º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E6781 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 103 129 -
CMYK 0 0.27 0.09 0.44
HSL 320º 0.16% 0.48% -
HSV(B) 320º 0.27% 0.56% -
XYZ 19.97 17.04 23 -
YUV 117.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 142 103 129 0 0.27 0.09 0.44 320 0.16 0.48
Hex 8E 67 81 0 1B 9 2C 140 10 30
Octal 216 147 201 0 33 11 54 500 20 60
Binary 10001110 1100111 10000001 0 11011 1001 101100 101000000 10000 110000

Color Harmonies of #8E6781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6781

Black with #8E6781

Text Example


Text Example

White with #8E6781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,103,129); }

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

background-color css

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

 a { background-color: rgb(142,103,129); }

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

border-color css

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

 span { border-color: rgb(142,103,129); }

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