Html Css Color HEX #985B81 Strikemaster

📋 copy color: '#985B81'

red 152 ◦ green 91 ◦ blue 129

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

Shades of Strikemaster #985B81

Tints of Strikemaster #985B81

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

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

R = 40.86%
G = 24.46%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#985B81 (or 0x985B81) is known color: Strikemaster. HEX triplet: 98, 5B and 81. RGB value is (152,91,129). Sum of RGB (Red+Green+Blue) = 152+91+129=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B81 is #67A47E. Grayscale: #717171. Windows color (decimal): -6792319 or 8477592. OLE color: 8477592.

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

Color convert

RGB 152 91 129 -
CMYK 0 0.40 0.15 0.40
HSL 322.62º 0.25% 0.48% -
HSV(B) 322.62º 0.4% 0.6% -
XYZ 20.65 15.74 22.72 -
YUV 113.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 152 91 129 0 0.40 0.15 0.40 322.62 0.25 0.48
Hex 98 5B 81 0 28 F 28 143 19 30
Octal 230 133 201 0 50 17 50 503 31 60
Binary 10011000 1011011 10000001 0 101000 1111 101000 101000011 11001 110000

Color Harmonies of #985B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B81

Black with #985B81

Text Example


Text Example

White with #985B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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