Html Css Color HEX #8C587E Strikemaster

📋 copy color: '#8C587E'

red 140 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #8C587E

Tints of Strikemaster #8C587E

RGB

 RED value IS 140 (55.08% from 255) = 39.55%

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

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

R = 39.55%
G = 24.86%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C587E (or 0x8C587E) is known color: Strikemaster. HEX triplet: 8C, 58 and 7E. RGB value is (140,88,126). Sum of RGB (Red+Green+Blue) = 140+88+126=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587E is #73A781. Grayscale: #6B6B6B. Windows color (decimal): -7579522 or 8280204. OLE color: 8280204.

HSL color Cylindrical-coordinate representation of color #8C587E: hue angle of 316.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C587E is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 126 -
CMYK 0 0.37 0.10 0.45
HSL 316.15º 0.23% 0.45% -
HSV(B) 316.15º 0.37% 0.55% -
XYZ 18.07 14.06 21.5 -
YUV 107.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 140 88 126 0 0.37 0.10 0.45 316.15 0.23 0.45
Hex 8C 58 7E 0 25 A 2D 13C 17 2D
Octal 214 130 176 0 45 12 55 474 27 55
Binary 10001100 1011000 1111110 0 100101 1010 101101 100111100 10111 101101

Color Harmonies of #8C587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C587E

Black with #8C587E

Text Example


Text Example

White with #8C587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,126); }

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

background-color css

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

 a { background-color: rgb(140,88,126); }

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

border-color css

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

 span { border-color: rgb(140,88,126); }

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