Html Css Color HEX #986289 Strikemaster

📋 copy color: '#986289'

red 152 ◦ green 98 ◦ blue 137

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

Shades of Strikemaster #986289

Tints of Strikemaster #986289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 39.28%
G = 25.32%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#986289 (or 0x986289) is known color: Strikemaster. HEX triplet: 98, 62 and 89. RGB value is (152,98,137). Sum of RGB (Red+Green+Blue) = 152+98+137=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #986289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986289 is #679D76. Grayscale: #767676. Windows color (decimal): -6790519 or 9003672. OLE color: 9003672.

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

Color convert

RGB 152 98 137 -
CMYK 0 0.36 0.10 0.40
HSL 316.67º 0.22% 0.49% -
HSV(B) 316.67º 0.36% 0.6% -
XYZ 21.83 17.22 25.84 -
YUV 118.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 152 98 137 0 0.36 0.10 0.40 316.67 0.22 0.49
Hex 98 62 89 0 24 A 28 13D 16 31
Octal 230 142 211 0 44 12 50 475 26 61
Binary 10011000 1100010 10001001 0 100100 1010 101000 100111101 10110 110001

Color Harmonies of #986289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986289

Black with #986289

Text Example


Text Example

White with #986289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986289; }

 p { color: rgb(152,98,137); }

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

background-color css

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

 a { background-color: rgb(152,98,137); }

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

border-color css

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

 span { border-color: rgb(152,98,137); }

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