Html Css Color HEX #985C83 Strikemaster

📋 copy color: '#985C83'

red 152 ◦ green 92 ◦ blue 131

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

Shades of Strikemaster #985C83

Tints of Strikemaster #985C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.93%

R = 40.53%
G = 24.53%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985C83 (or 0x985C83) is known color: Strikemaster. HEX triplet: 98, 5C and 83. RGB value is (152,92,131). Sum of RGB (Red+Green+Blue) = 152+92+131=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C83 is #67A37C. Grayscale: #727272. Windows color (decimal): -6792061 or 8608920. OLE color: 8608920.

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

Color convert

RGB 152 92 131 -
CMYK 0 0.39 0.14 0.40
HSL 321º 0.25% 0.48% -
HSV(B) 321º 0.39% 0.6% -
XYZ 20.87 15.97 23.45 -
YUV 114.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 152 92 131 0 0.39 0.14 0.40 321 0.25 0.48
Hex 98 5C 83 0 27 E 28 141 19 30
Octal 230 134 203 0 47 16 50 501 31 60
Binary 10011000 1011100 10000011 0 100111 1110 101000 101000001 11001 110000

Color Harmonies of #985C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C83

Black with #985C83

Text Example


Text Example

White with #985C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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