Html Css Color HEX #985580 Strikemaster

📋 copy color: '#985580'

red 152 ◦ green 85 ◦ blue 128

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

Shades of Strikemaster #985580

Tints of Strikemaster #985580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

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

R = 41.64%
G = 23.29%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985580 (or 0x985580) is known color: Strikemaster. HEX triplet: 98, 55 and 80. RGB value is (152,85,128). Sum of RGB (Red+Green+Blue) = 152+85+128=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985580 is #67AA7F. Grayscale: #6D6D6D. Windows color (decimal): -6793856 or 8410520. OLE color: 8410520.

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

Color convert

RGB 152 85 128 -
CMYK 0 0.44 0.16 0.40
HSL 321.49º 0.28% 0.46% -
HSV(B) 321.49º 0.44% 0.6% -
XYZ 20.09 14.73 22.21 -
YUV 109.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 152 85 128 0 0.44 0.16 0.40 321.49 0.28 0.46
Hex 98 55 80 0 2C 10 28 141 1C 2E
Octal 230 125 200 0 54 20 50 501 34 56
Binary 10011000 1010101 10000000 0 101100 10000 101000 101000001 11100 101110

Color Harmonies of #985580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985580

Black with #985580

Text Example


Text Example

White with #985580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985580; }

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

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

background-color css

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

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

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

border-color css

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

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

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