Html Css Color HEX #8E617E Strikemaster

📋 copy color: '#8E617E'

red 142 ◦ green 97 ◦ blue 126

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

Shades of Strikemaster #8E617E

Tints of Strikemaster #8E617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

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

R = 38.9%
G = 26.58%
B = 34.52%

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

#8E617E (or 0x8E617E) is known color: Strikemaster. HEX triplet: 8E, 61 and 7E. RGB value is (142,97,126). Sum of RGB (Red+Green+Blue) = 142+97+126=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E617E is #719E81. Grayscale: #717171. Windows color (decimal): -7446146 or 8282510. OLE color: 8282510.

HSL color Cylindrical-coordinate representation of color #8E617E: hue angle of 321.33º 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 #8E617E is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 97 126 -
CMYK 0 0.32 0.11 0.44
HSL 321.33º 0.19% 0.47% -
HSV(B) 321.33º 0.32% 0.56% -
XYZ 19.2 15.81 21.78 -
YUV 113.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 142 97 126 0 0.32 0.11 0.44 321.33 0.19 0.47
Hex 8E 61 7E 0 20 B 2C 141 13 2F
Octal 216 141 176 0 40 13 54 501 23 57
Binary 10001110 1100001 1111110 0 100000 1011 101100 101000001 10011 101111

Color Harmonies of #8E617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E617E

Black with #8E617E

Text Example


Text Example

White with #8E617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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