Html Css Color HEX #985C81 Strikemaster

📋 copy color: '#985C81'

red 152 ◦ green 92 ◦ blue 129

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

Shades of Strikemaster #985C81

Tints of Strikemaster #985C81

RGB

 RED value IS 152 (59.77% from 255) = 40.75%

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

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

R = 40.75%
G = 24.66%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#985C81 (or 0x985C81) is known color: Strikemaster. HEX triplet: 98, 5C and 81. RGB value is (152,92,129). Sum of RGB (Red+Green+Blue) = 152+92+129=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C81 is #67A37E. Grayscale: #727272. Windows color (decimal): -6792063 or 8477848. OLE color: 8477848.

HSL color Cylindrical-coordinate representation of color #985C81: hue angle of 323º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C81 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 129 -
CMYK 0 0.39 0.15 0.40
HSL 323º 0.25% 0.48% -
HSV(B) 323º 0.39% 0.6% -
XYZ 20.74 15.91 22.75 -
YUV 114.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 152 92 129 0 0.39 0.15 0.40 323 0.25 0.48
Hex 98 5C 81 0 27 F 28 143 19 30
Octal 230 134 201 0 47 17 50 503 31 60
Binary 10011000 1011100 10000001 0 100111 1111 101000 101000011 11001 110000

Color Harmonies of #985C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C81

Black with #985C81

Text Example


Text Example

White with #985C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985C81; }

 p { color: rgb(152,92,129); }

 H1.HeaderClassName
 {
   color: #985C81;
 }
 .AnyTagClassName
 {
   color: #985C81;
 }
</style>

background-color css

<style>
 a { background-color: #985C81; }

 a { background-color: rgb(152,92,129); }

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

border-color css

<style>
 span { border-color: #985C81; }

 span { border-color: rgb(152,92,129); }

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