Html Css Color HEX #985988 Strikemaster

📋 copy color: '#985988'

red 152 ◦ green 89 ◦ blue 136

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

Shades of Strikemaster #985988

Tints of Strikemaster #985988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 40.32%
G = 23.61%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985988 (or 0x985988) is known color: Strikemaster. HEX triplet: 98, 59 and 88. RGB value is (152,89,136). Sum of RGB (Red+Green+Blue) = 152+89+136=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #985988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985988 is #67A677. Grayscale: #717171. Windows color (decimal): -6792824 or 8935832. OLE color: 8935832.

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

Color convert

RGB 152 89 136 -
CMYK 0 0.41 0.11 0.40
HSL 315.24º 0.26% 0.47% -
HSV(B) 315.24º 0.41% 0.6% -
XYZ 20.97 15.6 25.2 -
YUV 113.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 152 89 136 0 0.41 0.11 0.40 315.24 0.26 0.47
Hex 98 59 88 0 29 B 28 13B 1A 2F
Octal 230 131 210 0 51 13 50 473 32 57
Binary 10011000 1011001 10001000 0 101001 1011 101000 100111011 11010 101111

Color Harmonies of #985988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985988

Black with #985988

Text Example


Text Example

White with #985988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985988; }

 p { color: rgb(152,89,136); }

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

background-color css

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

 a { background-color: rgb(152,89,136); }

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

border-color css

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

 span { border-color: rgb(152,89,136); }

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