Html Css Color HEX #98637D Strikemaster

📋 copy color: '#98637D'

red 152 ◦ green 99 ◦ blue 125

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

Shades of Strikemaster #98637D

Tints of Strikemaster #98637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 40.43%
G = 26.33%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98637D (or 0x98637D) is known color: Strikemaster. HEX triplet: 98, 63 and 7D. RGB value is (152,99,125). Sum of RGB (Red+Green+Blue) = 152+99+125=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98637D is #679C82. Grayscale: #757575. Windows color (decimal): -6790275 or 8217496. OLE color: 8217496.

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

Color convert

RGB 152 99 125 -
CMYK 0 0.35 0.18 0.40
HSL 330.57º 0.21% 0.49% -
HSV(B) 330.57º 0.35% 0.6% -
XYZ 21.11 17.08 21.59 -
YUV 117.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 152 99 125 0 0.35 0.18 0.40 330.57 0.21 0.49
Hex 98 63 7D 0 23 12 28 14B 15 31
Octal 230 143 175 0 43 22 50 513 25 61
Binary 10011000 1100011 1111101 0 100011 10010 101000 101001011 10101 110001

Color Harmonies of #98637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98637D

Black with #98637D

Text Example


Text Example

White with #98637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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