Html Css Color HEX #8E587B Strikemaster

📋 copy color: '#8E587B'

red 142 ◦ green 88 ◦ blue 123

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

Shades of Strikemaster #8E587B

Tints of Strikemaster #8E587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 40.23%
G = 24.93%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E587B (or 0x8E587B) is known color: Strikemaster. HEX triplet: 8E, 58 and 7B. RGB value is (142,88,123). Sum of RGB (Red+Green+Blue) = 142+88+123=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E587B is #71A784. Grayscale: #6C6C6C. Windows color (decimal): -7448453 or 8083598. OLE color: 8083598.

HSL color Cylindrical-coordinate representation of color #8E587B: hue angle of 321.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E587B is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 88 123 -
CMYK 0 0.38 0.13 0.44
HSL 321.11º 0.23% 0.45% -
HSV(B) 321.11º 0.38% 0.56% -
XYZ 18.22 14.16 20.51 -
YUV 108.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 142 88 123 0 0.38 0.13 0.44 321.11 0.23 0.45
Hex 8E 58 7B 0 26 D 2C 141 17 2D
Octal 216 130 173 0 46 15 54 501 27 55
Binary 10001110 1011000 1111011 0 100110 1101 101100 101000001 10111 101101

Color Harmonies of #8E587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E587B

Black with #8E587B

Text Example


Text Example

White with #8E587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,123); }

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

background-color css

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

 a { background-color: rgb(142,88,123); }

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

border-color css

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

 span { border-color: rgb(142,88,123); }

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