Html Css Color HEX #8C5E81 Strikemaster

📋 copy color: '#8C5E81'

red 140 ◦ green 94 ◦ blue 129

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

Shades of Strikemaster #8C5E81

Tints of Strikemaster #8C5E81

RGB

 RED value IS 140 (55.08% from 255) = 38.57%

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

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

R = 38.57%
G = 25.9%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C5E81 (or 0x8C5E81) is known color: Strikemaster. HEX triplet: 8C, 5E and 81. RGB value is (140,94,129). Sum of RGB (Red+Green+Blue) = 140+94+129=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5E81 is #73A17E. Grayscale: #6F6F6F. Windows color (decimal): -7577983 or 8478348. OLE color: 8478348.

HSL color Cylindrical-coordinate representation of color #8C5E81: hue angle of 314.35º 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 #8C5E81 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 94 129 -
CMYK 0 0.33 0.08 0.45
HSL 314.35º 0.2% 0.46% -
HSV(B) 314.35º 0.33% 0.55% -
XYZ 18.78 15.17 22.71 -
YUV 111.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 140 94 129 0 0.33 0.08 0.45 314.35 0.2 0.46
Hex 8C 5E 81 0 21 8 2D 13A 14 2E
Octal 214 136 201 0 41 10 55 472 24 56
Binary 10001100 1011110 10000001 0 100001 1000 101101 100111010 10100 101110

Color Harmonies of #8C5E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E81

Black with #8C5E81

Text Example


Text Example

White with #8C5E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,129); }

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

background-color css

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

 a { background-color: rgb(140,94,129); }

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

border-color css

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

 span { border-color: rgb(140,94,129); }

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