Html Css Color HEX #98487E Strikemaster

📋 copy color: '#98487E'

red 152 ◦ green 72 ◦ blue 126

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

Shades of Strikemaster #98487E

Tints of Strikemaster #98487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 43.43%
G = 20.57%
B = 36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98487E (or 0x98487E) is known color: Strikemaster. HEX triplet: 98, 48 and 7E. RGB value is (152,72,126). Sum of RGB (Red+Green+Blue) = 152+72+126=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98487E is #67B781. Grayscale: #656565. Windows color (decimal): -6797186 or 8276120. OLE color: 8276120.

HSL color Cylindrical-coordinate representation of color #98487E: hue angle of 319.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98487E is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 126 -
CMYK 0 0.53 0.17 0.40
HSL 319.5º 0.36% 0.44% -
HSV(B) 319.5º 0.53% 0.6% -
XYZ 19.03 12.82 21.21 -
YUV 102.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 152 72 126 0 0.53 0.17 0.40 319.5 0.36 0.44
Hex 98 48 7E 0 35 11 28 140 24 2C
Octal 230 110 176 0 65 21 50 500 44 54
Binary 10011000 1001000 1111110 0 110101 10001 101000 101000000 100100 101100

Color Harmonies of #98487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98487E

Black with #98487E

Text Example


Text Example

White with #98487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98487E; }

 p { color: rgb(152,72,126); }

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

background-color css

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

 a { background-color: rgb(152,72,126); }

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

border-color css

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

 span { border-color: rgb(152,72,126); }

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