Html Css Color HEX #8E4C7A Strikemaster

📋 copy color: '#8E4C7A'

red 142 ◦ green 76 ◦ blue 122

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

Shades of Strikemaster #8E4C7A

Tints of Strikemaster #8E4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 41.76%
G = 22.35%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E4C7A (or 0x8E4C7A) is known color: Strikemaster. HEX triplet: 8E, 4C and 7A. RGB value is (142,76,122). Sum of RGB (Red+Green+Blue) = 142+76+122=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C7A is #71B385. Grayscale: #646464. Windows color (decimal): -7451526 or 8014990. OLE color: 8014990.

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

Color convert

RGB 142 76 122 -
CMYK 0 0.46 0.14 0.44
HSL 318.18º 0.3% 0.43% -
HSV(B) 318.18º 0.46% 0.56% -
XYZ 17.25 12.32 19.88 -
YUV 100.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 142 76 122 0 0.46 0.14 0.44 318.18 0.3 0.43
Hex 8E 4C 7A 0 2E E 2C 13E 1E 2B
Octal 216 114 172 0 56 16 54 476 36 53
Binary 10001110 1001100 1111010 0 101110 1110 101100 100111110 11110 101011

Color Harmonies of #8E4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C7A

Black with #8E4C7A

Text Example


Text Example

White with #8E4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,122); }

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

background-color css

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

 a { background-color: rgb(142,76,122); }

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

border-color css

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

 span { border-color: rgb(142,76,122); }

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