Html Css Color HEX #985486 Strikemaster

📋 copy color: '#985486'

red 152 ◦ green 84 ◦ blue 134

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

Shades of Strikemaster #985486

Tints of Strikemaster #985486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 41.08%
G = 22.7%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#985486 (or 0x985486) is known color: Strikemaster. HEX triplet: 98, 54 and 86. RGB value is (152,84,134). Sum of RGB (Red+Green+Blue) = 152+84+134=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985486 is #67AB79. Grayscale: #6D6D6D. Windows color (decimal): -6794106 or 8803480. OLE color: 8803480.

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

Color convert

RGB 152 84 134 -
CMYK 0 0.45 0.12 0.40
HSL 315.88º 0.29% 0.46% -
HSV(B) 315.88º 0.45% 0.6% -
XYZ 20.42 14.74 24.32 -
YUV 110.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 152 84 134 0 0.45 0.12 0.40 315.88 0.29 0.46
Hex 98 54 86 0 2D C 28 13C 1D 2E
Octal 230 124 206 0 55 14 50 474 35 56
Binary 10011000 1010100 10000110 0 101101 1100 101000 100111100 11101 101110

Color Harmonies of #985486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985486

Black with #985486

Text Example


Text Example

White with #985486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985486; }

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

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

background-color css

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

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

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

border-color css

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

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

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