Html Css Color HEX #8D5D81 Strikemaster

📋 copy color: '#8D5D81'

red 141 ◦ green 93 ◦ blue 129

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

Shades of Strikemaster #8D5D81

Tints of Strikemaster #8D5D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 38.84%
G = 25.62%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D5D81 (or 0x8D5D81) is known color: Strikemaster. HEX triplet: 8D, 5D and 81. RGB value is (141,93,129). Sum of RGB (Red+Green+Blue) = 141+93+129=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5D81 is #72A27E. Grayscale: #6F6F6F. Windows color (decimal): -7512703 or 8478093. OLE color: 8478093.

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

Color convert

RGB 141 93 129 -
CMYK 0 0.34 0.09 0.45
HSL 315º 0.21% 0.46% -
HSV(B) 315º 0.34% 0.55% -
XYZ 18.86 15.08 22.68 -
YUV 111.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 141 93 129 0 0.34 0.09 0.45 315 0.21 0.46
Hex 8D 5D 81 0 22 9 2D 13B 15 2E
Octal 215 135 201 0 42 11 55 473 25 56
Binary 10001101 1011101 10000001 0 100010 1001 101101 100111011 10101 101110

Color Harmonies of #8D5D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5D81

Black with #8D5D81

Text Example


Text Example

White with #8D5D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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