Html Css Color HEX #986086 Strikemaster

📋 copy color: '#986086'

red 152 ◦ green 96 ◦ blue 134

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

Shades of Strikemaster #986086

Tints of Strikemaster #986086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

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

R = 39.79%
G = 25.13%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#986086 (or 0x986086) is known color: Strikemaster. HEX triplet: 98, 60 and 86. RGB value is (152,96,134). Sum of RGB (Red+Green+Blue) = 152+96+134=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #986086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986086 is #679F79. Grayscale: #747474. Windows color (decimal): -6791034 or 8806552. OLE color: 8806552.

HSL color Cylindrical-coordinate representation of color #986086: hue angle of 319.29º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986086 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 134 -
CMYK 0 0.37 0.12 0.40
HSL 319.29º 0.23% 0.49% -
HSV(B) 319.29º 0.37% 0.6% -
XYZ 21.43 16.76 24.66 -
YUV 117.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 152 96 134 0 0.37 0.12 0.40 319.29 0.23 0.49
Hex 98 60 86 0 25 C 28 13F 17 31
Octal 230 140 206 0 45 14 50 477 27 61
Binary 10011000 1100000 10000110 0 100101 1100 101000 100111111 10111 110001

Color Harmonies of #986086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986086

Black with #986086

Text Example


Text Example

White with #986086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986086; }

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

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

background-color css

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

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

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

border-color css

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

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

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