Html Css Color HEX #8E607D Strikemaster

📋 copy color: '#8E607D'

red 142 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #8E607D

Tints of Strikemaster #8E607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 39.12%
G = 26.45%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E607D (or 0x8E607D) is known color: Strikemaster. HEX triplet: 8E, 60 and 7D. RGB value is (142,96,125). Sum of RGB (Red+Green+Blue) = 142+96+125=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607D is #719F82. Grayscale: #707070. Windows color (decimal): -7446403 or 8216718. OLE color: 8216718.

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

Color convert

RGB 142 96 125 -
CMYK 0 0.32 0.12 0.44
HSL 322.17º 0.19% 0.47% -
HSV(B) 322.17º 0.32% 0.56% -
XYZ 19.04 15.6 21.41 -
YUV 113.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 142 96 125 0 0.32 0.12 0.44 322.17 0.19 0.47
Hex 8E 60 7D 0 20 C 2C 142 13 2F
Octal 216 140 175 0 40 14 54 502 23 57
Binary 10001110 1100000 1111101 0 100000 1100 101100 101000010 10011 101111

Color Harmonies of #8E607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E607D

Black with #8E607D

Text Example


Text Example

White with #8E607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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