Html Css Color HEX #8E6481 Strikemaster

📋 copy color: '#8E6481'

red 142 ◦ green 100 ◦ blue 129

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

Shades of Strikemaster #8E6481

Tints of Strikemaster #8E6481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 38.27%
G = 26.95%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E6481 (or 0x8E6481) is known color: Strikemaster. HEX triplet: 8E, 64 and 81. RGB value is (142,100,129). Sum of RGB (Red+Green+Blue) = 142+100+129=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6481 is #719B7E. Grayscale: #737373. Windows color (decimal): -7445375 or 8479886. OLE color: 8479886.

HSL color Cylindrical-coordinate representation of color #8E6481: hue angle of 318.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6481 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 100 129 -
CMYK 0 0.30 0.09 0.44
HSL 318.57º 0.17% 0.47% -
HSV(B) 318.57º 0.3% 0.56% -
XYZ 19.67 16.45 22.91 -
YUV 115.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 142 100 129 0 0.30 0.09 0.44 318.57 0.17 0.47
Hex 8E 64 81 0 1E 9 2C 13F 11 2F
Octal 216 144 201 0 36 11 54 477 21 57
Binary 10001110 1100100 10000001 0 11110 1001 101100 100111111 10001 101111

Color Harmonies of #8E6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6481

Black with #8E6481

Text Example


Text Example

White with #8E6481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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