Html Css Color HEX #98487C Strikemaster

📋 copy color: '#98487C'

red 152 ◦ green 72 ◦ blue 124

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

Shades of Strikemaster #98487C

Tints of Strikemaster #98487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 43.68%
G = 20.69%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98487C (or 0x98487C) is known color: Strikemaster. HEX triplet: 98, 48 and 7C. RGB value is (152,72,124). Sum of RGB (Red+Green+Blue) = 152+72+124=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98487C is #67B783. Grayscale: #656565. Windows color (decimal): -6797188 or 8145048. OLE color: 8145048.

HSL color Cylindrical-coordinate representation of color #98487C: hue angle of 321º 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 #98487C is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 124 -
CMYK 0 0.53 0.18 0.40
HSL 321º 0.36% 0.44% -
HSV(B) 321º 0.53% 0.6% -
XYZ 18.9 12.77 20.54 -
YUV 101.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 152 72 124 0 0.53 0.18 0.40 321 0.36 0.44
Hex 98 48 7C 0 35 12 28 141 24 2C
Octal 230 110 174 0 65 22 50 501 44 54
Binary 10011000 1001000 1111100 0 110101 10010 101000 101000001 100100 101100

Color Harmonies of #98487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98487C

Black with #98487C

Text Example


Text Example

White with #98487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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