Html Css Color HEX #985087 Strikemaster

📋 copy color: '#985087'

red 152 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #985087

Tints of Strikemaster #985087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 41.42%
G = 21.8%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985087 (or 0x985087) is known color: Strikemaster. HEX triplet: 98, 50 and 87. RGB value is (152,80,135). Sum of RGB (Red+Green+Blue) = 152+80+135=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985087 is #67AF78. Grayscale: #6B6B6B. Windows color (decimal): -6795129 or 8867992. OLE color: 8867992.

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

Color convert

RGB 152 80 135 -
CMYK 0 0.47 0.11 0.40
HSL 314.17º 0.31% 0.45% -
HSV(B) 314.17º 0.47% 0.6% -
XYZ 20.19 14.16 24.59 -
YUV 107.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 152 80 135 0 0.47 0.11 0.40 314.17 0.31 0.45
Hex 98 50 87 0 2F B 28 13A 1F 2D
Octal 230 120 207 0 57 13 50 472 37 55
Binary 10011000 1010000 10000111 0 101111 1011 101000 100111010 11111 101101

Color Harmonies of #985087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985087

Black with #985087

Text Example


Text Example

White with #985087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985087; }

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

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

background-color css

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

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

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

border-color css

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

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

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