Html Css Color HEX #8D6581 Strikemaster

📋 copy color: '#8D6581'

red 141 ◦ green 101 ◦ blue 129

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

Shades of Strikemaster #8D6581

Tints of Strikemaster #8D6581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 38.01%
G = 27.22%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D6581 (or 0x8D6581) is known color: Strikemaster. HEX triplet: 8D, 65 and 81. RGB value is (141,101,129). Sum of RGB (Red+Green+Blue) = 141+101+129=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6581 is #729A7E. Grayscale: #747474. Windows color (decimal): -7510655 or 8480141. OLE color: 8480141.

HSL color Cylindrical-coordinate representation of color #8D6581: hue angle of 318º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6581 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 101 129 -
CMYK 0 0.28 0.09 0.45
HSL 318º 0.17% 0.47% -
HSV(B) 318º 0.28% 0.55% -
XYZ 19.6 16.56 22.93 -
YUV 116.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 141 101 129 0 0.28 0.09 0.45 318 0.17 0.47
Hex 8D 65 81 0 1C 9 2D 13E 11 2F
Octal 215 145 201 0 34 11 55 476 21 57
Binary 10001101 1100101 10000001 0 11100 1001 101101 100111110 10001 101111

Color Harmonies of #8D6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6581

Black with #8D6581

Text Example


Text Example

White with #8D6581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,101,129); }

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

background-color css

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

 a { background-color: rgb(141,101,129); }

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

border-color css

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

 span { border-color: rgb(141,101,129); }

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