Html Css Color HEX #985986 Strikemaster

📋 copy color: '#985986'

red 152 ◦ green 89 ◦ blue 134

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

Shades of Strikemaster #985986

Tints of Strikemaster #985986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 40.53%
G = 23.73%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#985986 (or 0x985986) is known color: Strikemaster. HEX triplet: 98, 59 and 86. RGB value is (152,89,134). Sum of RGB (Red+Green+Blue) = 152+89+134=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985986 is #67A679. Grayscale: #707070. Windows color (decimal): -6792826 or 8804760. OLE color: 8804760.

HSL color Cylindrical-coordinate representation of color #985986: hue angle of 317.14º 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 #985986 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 134 -
CMYK 0 0.41 0.12 0.40
HSL 317.14º 0.26% 0.47% -
HSV(B) 317.14º 0.41% 0.6% -
XYZ 20.82 15.54 24.46 -
YUV 112.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 152 89 134 0 0.41 0.12 0.40 317.14 0.26 0.47
Hex 98 59 86 0 29 C 28 13D 1A 2F
Octal 230 131 206 0 51 14 50 475 32 57
Binary 10011000 1011001 10000110 0 101001 1100 101000 100111101 11010 101111

Color Harmonies of #985986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985986

Black with #985986

Text Example


Text Example

White with #985986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985986; }

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

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

background-color css

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

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

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

border-color css

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

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

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