Html Css Color HEX #985086 Strikemaster

📋 copy color: '#985086'

red 152 ◦ green 80 ◦ blue 134

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

Shades of Strikemaster #985086

Tints of Strikemaster #985086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 41.53%
G = 21.86%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#985086 (or 0x985086) is known color: Strikemaster. HEX triplet: 98, 50 and 86. RGB value is (152,80,134). Sum of RGB (Red+Green+Blue) = 152+80+134=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985086 is #67AF79. Grayscale: #6B6B6B. Windows color (decimal): -6795130 or 8802456. OLE color: 8802456.

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

Color convert

RGB 152 80 134 -
CMYK 0 0.47 0.12 0.40
HSL 315º 0.31% 0.45% -
HSV(B) 315º 0.47% 0.6% -
XYZ 20.12 14.13 24.22 -
YUV 107.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 152 80 134 0 0.47 0.12 0.40 315 0.31 0.45
Hex 98 50 86 0 2F C 28 13B 1F 2D
Octal 230 120 206 0 57 14 50 473 37 55
Binary 10011000 1010000 10000110 0 101111 1100 101000 100111011 11111 101101

Color Harmonies of #985086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985086

Black with #985086

Text Example


Text Example

White with #985086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985086; }

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

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

background-color css

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

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

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

border-color css

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

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

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