Html Css Color HEX #985C84 Strikemaster

📋 copy color: '#985C84'

red 152 ◦ green 92 ◦ blue 132

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

Shades of Strikemaster #985C84

Tints of Strikemaster #985C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 40.43%
G = 24.47%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985C84 (or 0x985C84) is known color: Strikemaster. HEX triplet: 98, 5C and 84. RGB value is (152,92,132). Sum of RGB (Red+Green+Blue) = 152+92+132=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #985C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C84 is #67A37B. Grayscale: #727272. Windows color (decimal): -6792060 or 8674456. OLE color: 8674456.

HSL color Cylindrical-coordinate representation of color #985C84: hue angle of 320º 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 #985C84 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 132 -
CMYK 0 0.39 0.13 0.40
HSL 320º 0.25% 0.48% -
HSV(B) 320º 0.39% 0.6% -
XYZ 20.94 16 23.81 -
YUV 114.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 152 92 132 0 0.39 0.13 0.40 320 0.25 0.48
Hex 98 5C 84 0 27 D 28 140 19 30
Octal 230 134 204 0 47 15 50 500 31 60
Binary 10011000 1011100 10000100 0 100111 1101 101000 101000000 11001 110000

Color Harmonies of #985C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C84

Black with #985C84

Text Example


Text Example

White with #985C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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