Html Css Color HEX #98637F Strikemaster

📋 copy color: '#98637F'

red 152 ◦ green 99 ◦ blue 127

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

Shades of Strikemaster #98637F

Tints of Strikemaster #98637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 127 (50% from 255) = 33.6%

R = 40.21%
G = 26.19%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98637F (or 0x98637F) is known color: Strikemaster. HEX triplet: 98, 63 and 7F. RGB value is (152,99,127). Sum of RGB (Red+Green+Blue) = 152+99+127=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98637F is #679C80. Grayscale: #757575. Windows color (decimal): -6790273 or 8348568. OLE color: 8348568.

HSL color Cylindrical-coordinate representation of color #98637F: hue angle of 328.3º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98637F is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 127 -
CMYK 0 0.35 0.16 0.40
HSL 328.3º 0.21% 0.49% -
HSV(B) 328.3º 0.35% 0.6% -
XYZ 21.24 17.13 22.27 -
YUV 118.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 152 99 127 0 0.35 0.16 0.40 328.3 0.21 0.49
Hex 98 63 7F 0 23 10 28 148 15 31
Octal 230 143 177 0 43 20 50 510 25 61
Binary 10011000 1100011 1111111 0 100011 10000 101000 101001000 10101 110001

Color Harmonies of #98637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98637F

Black with #98637F

Text Example


Text Example

White with #98637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98637F; }

 p { color: rgb(152,99,127); }

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

background-color css

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

 a { background-color: rgb(152,99,127); }

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

border-color css

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

 span { border-color: rgb(152,99,127); }

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