Html Css Color HEX #8D5C78 Strikemaster

📋 copy color: '#8D5C78'

red 141 ◦ green 92 ◦ blue 120

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

Shades of Strikemaster #8D5C78

Tints of Strikemaster #8D5C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 39.94%
G = 26.06%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8D5C78 (or 0x8D5C78) is known color: Strikemaster. HEX triplet: 8D, 5C and 78. RGB value is (141,92,120). Sum of RGB (Red+Green+Blue) = 141+92+120=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C78 is #72A387. Grayscale: #6D6D6D. Windows color (decimal): -7512968 or 7888013. OLE color: 7888013.

HSL color Cylindrical-coordinate representation of color #8D5C78: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C78 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 92 120 -
CMYK 0 0.35 0.15 0.45
HSL 325.71º 0.21% 0.46% -
HSV(B) 325.71º 0.35% 0.55% -
XYZ 18.2 14.67 19.64 -
YUV 109.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 141 92 120 0 0.35 0.15 0.45 325.71 0.21 0.46
Hex 8D 5C 78 0 23 F 2D 146 15 2E
Octal 215 134 170 0 43 17 55 506 25 56
Binary 10001101 1011100 1111000 0 100011 1111 101101 101000110 10101 101110

Color Harmonies of #8D5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C78

Black with #8D5C78

Text Example


Text Example

White with #8D5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,120); }

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

background-color css

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

 a { background-color: rgb(141,92,120); }

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

border-color css

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

 span { border-color: rgb(141,92,120); }

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