Html Css Color HEX #8D5E7E Strikemaster

📋 copy color: '#8D5E7E'

red 141 ◦ green 94 ◦ blue 126

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

Shades of Strikemaster #8D5E7E

Tints of Strikemaster #8D5E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 39.06%
G = 26.04%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D5E7E (or 0x8D5E7E) is known color: Strikemaster. HEX triplet: 8D, 5E and 7E. RGB value is (141,94,126). Sum of RGB (Red+Green+Blue) = 141+94+126=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E7E is #72A181. Grayscale: #6F6F6F. Windows color (decimal): -7512450 or 8281741. OLE color: 8281741.

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

Color convert

RGB 141 94 126 -
CMYK 0 0.33 0.11 0.45
HSL 319.15º 0.2% 0.46% -
HSV(B) 319.15º 0.33% 0.55% -
XYZ 18.75 15.17 21.68 -
YUV 111.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 141 94 126 0 0.33 0.11 0.45 319.15 0.2 0.46
Hex 8D 5E 7E 0 21 B 2D 13F 14 2E
Octal 215 136 176 0 41 13 55 477 24 56
Binary 10001101 1011110 1111110 0 100001 1011 101101 100111111 10100 101110

Color Harmonies of #8D5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E7E

Black with #8D5E7E

Text Example


Text Example

White with #8D5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,94,126); }

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

background-color css

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

 a { background-color: rgb(141,94,126); }

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

border-color css

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

 span { border-color: rgb(141,94,126); }

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