Html Css Color HEX #8D537C Strikemaster

📋 copy color: '#8D537C'

red 141 ◦ green 83 ◦ blue 124

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

Shades of Strikemaster #8D537C

Tints of Strikemaster #8D537C

RGB

 RED value IS 141 (55.47% from 255) = 40.52%

 GREEN value IS 83 (32.81% from 255) = 23.85%

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

R = 40.52%
G = 23.85%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D537C (or 0x8D537C) is known color: Strikemaster. HEX triplet: 8D, 53 and 7C. RGB value is (141,83,124). Sum of RGB (Red+Green+Blue) = 141+83+124=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D537C is #72AC83. Grayscale: #686868. Windows color (decimal): -7515268 or 8147853. OLE color: 8147853.

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

Color convert

RGB 141 83 124 -
CMYK 0 0.41 0.12 0.45
HSL 317.59º 0.26% 0.44% -
HSV(B) 317.59º 0.41% 0.55% -
XYZ 17.72 13.3 20.7 -
YUV 105.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 141 83 124 0 0.41 0.12 0.45 317.59 0.26 0.44
Hex 8D 53 7C 0 29 C 2D 13E 1A 2C
Octal 215 123 174 0 51 14 55 476 32 54
Binary 10001101 1010011 1111100 0 101001 1100 101101 100111110 11010 101100

Color Harmonies of #8D537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D537C

Black with #8D537C

Text Example


Text Example

White with #8D537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,83,124); }

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

background-color css

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

 a { background-color: rgb(141,83,124); }

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

border-color css

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

 span { border-color: rgb(141,83,124); }

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