Html Css Color HEX #8C567D Strikemaster

📋 copy color: '#8C567D'

red 140 ◦ green 86 ◦ blue 125

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

Shades of Strikemaster #8C567D

Tints of Strikemaster #8C567D

RGB

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

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

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

R = 39.89%
G = 24.5%
B = 35.61%

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

#8C567D (or 0x8C567D) is known color: Strikemaster. HEX triplet: 8C, 56 and 7D. RGB value is (140,86,125). Sum of RGB (Red+Green+Blue) = 140+86+125=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C567D is #73A982. Grayscale: #6A6A6A. Windows color (decimal): -7580035 or 8214156. OLE color: 8214156.

HSL color Cylindrical-coordinate representation of color #8C567D: hue angle of 316.67º 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 #8C567D is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 86 125 -
CMYK 0 0.39 0.11 0.45
HSL 316.67º 0.24% 0.44% -
HSV(B) 316.67º 0.39% 0.55% -
XYZ 17.84 13.71 21.11 -
YUV 106.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 140 86 125 0 0.39 0.11 0.45 316.67 0.24 0.44
Hex 8C 56 7D 0 27 B 2D 13D 18 2C
Octal 214 126 175 0 47 13 55 475 30 54
Binary 10001100 1010110 1111101 0 100111 1011 101101 100111101 11000 101100

Color Harmonies of #8C567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C567D

Black with #8C567D

Text Example


Text Example

White with #8C567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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