Html Css Color HEX #8E5F7E Strikemaster

📋 copy color: '#8E5F7E'

red 142 ◦ green 95 ◦ blue 126

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

Shades of Strikemaster #8E5F7E

Tints of Strikemaster #8E5F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 39.12%
G = 26.17%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E5F7E (or 0x8E5F7E) is known color: Strikemaster. HEX triplet: 8E, 5F and 7E. RGB value is (142,95,126). Sum of RGB (Red+Green+Blue) = 142+95+126=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F7E is #71A081. Grayscale: #707070. Windows color (decimal): -7446658 or 8281998. OLE color: 8281998.

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

Color convert

RGB 142 95 126 -
CMYK 0 0.33 0.11 0.44
HSL 320.43º 0.2% 0.46% -
HSV(B) 320.43º 0.33% 0.56% -
XYZ 19.01 15.44 21.72 -
YUV 112.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 142 95 126 0 0.33 0.11 0.44 320.43 0.2 0.46
Hex 8E 5F 7E 0 21 B 2C 140 14 2E
Octal 216 137 176 0 41 13 54 500 24 56
Binary 10001110 1011111 1111110 0 100001 1011 101100 101000000 10100 101110

Color Harmonies of #8E5F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F7E

Black with #8E5F7E

Text Example


Text Example

White with #8E5F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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