Html Css Color HEX #8E607E Strikemaster

📋 copy color: '#8E607E'

red 142 ◦ green 96 ◦ blue 126

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

Shades of Strikemaster #8E607E

Tints of Strikemaster #8E607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

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

R = 39.01%
G = 26.37%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E607E (or 0x8E607E) is known color: Strikemaster. HEX triplet: 8E, 60 and 7E. RGB value is (142,96,126). Sum of RGB (Red+Green+Blue) = 142+96+126=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607E is #719F81. Grayscale: #717171. Windows color (decimal): -7446402 or 8282254. OLE color: 8282254.

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

Color convert

RGB 142 96 126 -
CMYK 0 0.32 0.11 0.44
HSL 320.87º 0.19% 0.47% -
HSV(B) 320.87º 0.32% 0.56% -
XYZ 19.1 15.62 21.75 -
YUV 113.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 142 96 126 0 0.32 0.11 0.44 320.87 0.19 0.47
Hex 8E 60 7E 0 20 B 2C 141 13 2F
Octal 216 140 176 0 40 13 54 501 23 57
Binary 10001110 1100000 1111110 0 100000 1011 101100 101000001 10011 101111

Color Harmonies of #8E607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E607E

Black with #8E607E

Text Example


Text Example

White with #8E607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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