Html Css Color HEX #8C567C Strikemaster

📋 copy color: '#8C567C'

red 140 ◦ green 86 ◦ blue 124

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

Shades of Strikemaster #8C567C

Tints of Strikemaster #8C567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 40%
G = 24.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C567C (or 0x8C567C) is known color: Strikemaster. HEX triplet: 8C, 56 and 7C. RGB value is (140,86,124). Sum of RGB (Red+Green+Blue) = 140+86+124=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C567C is #73A983. Grayscale: #6A6A6A. Windows color (decimal): -7580036 or 8148620. OLE color: 8148620.

HSL color Cylindrical-coordinate representation of color #8C567C: hue angle of 317.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C567C is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 86 124 -
CMYK 0 0.39 0.11 0.45
HSL 317.78º 0.24% 0.44% -
HSV(B) 317.78º 0.39% 0.55% -
XYZ 17.78 13.69 20.77 -
YUV 106.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 140 86 124 0 0.39 0.11 0.45 317.78 0.24 0.44
Hex 8C 56 7C 0 27 B 2D 13E 18 2C
Octal 214 126 174 0 47 13 55 476 30 54
Binary 10001100 1010110 1111100 0 100111 1011 101101 100111110 11000 101100

Color Harmonies of #8C567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C567C

Black with #8C567C

Text Example


Text Example

White with #8C567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,86,124); }

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

background-color css

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

 a { background-color: rgb(140,86,124); }

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

border-color css

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

 span { border-color: rgb(140,86,124); }

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