Html Css Color HEX #985780 Strikemaster

📋 copy color: '#985780'

red 152 ◦ green 87 ◦ blue 128

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

Shades of Strikemaster #985780

Tints of Strikemaster #985780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 41.42%
G = 23.71%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985780 (or 0x985780) is known color: Strikemaster. HEX triplet: 98, 57 and 80. RGB value is (152,87,128). Sum of RGB (Red+Green+Blue) = 152+87+128=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985780 is #67A87F. Grayscale: #6F6F6F. Windows color (decimal): -6793344 or 8411032. OLE color: 8411032.

HSL color Cylindrical-coordinate representation of color #985780: hue angle of 322.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985780 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 128 -
CMYK 0 0.43 0.16 0.40
HSL 322.15º 0.27% 0.47% -
HSV(B) 322.15º 0.43% 0.6% -
XYZ 20.25 15.05 22.26 -
YUV 111.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 152 87 128 0 0.43 0.16 0.40 322.15 0.27 0.47
Hex 98 57 80 0 2B 10 28 142 1B 2F
Octal 230 127 200 0 53 20 50 502 33 57
Binary 10011000 1010111 10000000 0 101011 10000 101000 101000010 11011 101111

Color Harmonies of #985780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985780

Black with #985780

Text Example


Text Example

White with #985780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985780; }

 p { color: rgb(152,87,128); }

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

background-color css

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

 a { background-color: rgb(152,87,128); }

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

border-color css

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

 span { border-color: rgb(152,87,128); }

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