Html Css Color HEX #8E5B7E Strikemaster

📋 copy color: '#8E5B7E'

red 142 ◦ green 91 ◦ blue 126

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

Shades of Strikemaster #8E5B7E

Tints of Strikemaster #8E5B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

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

R = 39.55%
G = 25.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E5B7E (or 0x8E5B7E) is known color: Strikemaster. HEX triplet: 8E, 5B and 7E. RGB value is (142,91,126). Sum of RGB (Red+Green+Blue) = 142+91+126=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B7E is #71A481. Grayscale: #6E6E6E. Windows color (decimal): -7447682 or 8280974. OLE color: 8280974.

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

Color convert

RGB 142 91 126 -
CMYK 0 0.36 0.11 0.44
HSL 318.82º 0.22% 0.46% -
HSV(B) 318.82º 0.36% 0.56% -
XYZ 18.66 14.74 21.6 -
YUV 110.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 142 91 126 0 0.36 0.11 0.44 318.82 0.22 0.46
Hex 8E 5B 7E 0 24 B 2C 13F 16 2E
Octal 216 133 176 0 44 13 54 477 26 56
Binary 10001110 1011011 1111110 0 100100 1011 101100 100111111 10110 101110

Color Harmonies of #8E5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B7E

Black with #8E5B7E

Text Example


Text Example

White with #8E5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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