Html Css Color HEX #984F87 Strikemaster

📋 copy color: '#984F87'

red 152 ◦ green 79 ◦ blue 135

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

Shades of Strikemaster #984F87

Tints of Strikemaster #984F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.58%

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

R = 41.53%
G = 21.58%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#984F87 (or 0x984F87) is known color: Strikemaster. HEX triplet: 98, 4F and 87. RGB value is (152,79,135). Sum of RGB (Red+Green+Blue) = 152+79+135=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F87 is #67B078. Grayscale: #6B6B6B. Windows color (decimal): -6795385 or 8867736. OLE color: 8867736.

HSL color Cylindrical-coordinate representation of color #984F87: hue angle of 313.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F87 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 79 135 -
CMYK 0 0.48 0.11 0.40
HSL 313.97º 0.32% 0.45% -
HSV(B) 313.97º 0.48% 0.6% -
XYZ 20.12 14.02 24.57 -
YUV 107.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 152 79 135 0 0.48 0.11 0.40 313.97 0.32 0.45
Hex 98 4F 87 0 30 B 28 13A 20 2D
Octal 230 117 207 0 60 13 50 472 40 55
Binary 10011000 1001111 10000111 0 110000 1011 101000 100111010 100000 101101

Color Harmonies of #984F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F87

Black with #984F87

Text Example


Text Example

White with #984F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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