Html Css Color HEX #98647D Strikemaster

📋 copy color: '#98647D'

red 152 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #98647D

Tints of Strikemaster #98647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 40.32%
G = 26.53%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98647D (or 0x98647D) is known color: Strikemaster. HEX triplet: 98, 64 and 7D. RGB value is (152,100,125). Sum of RGB (Red+Green+Blue) = 152+100+125=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98647D is #679B82. Grayscale: #767676. Windows color (decimal): -6790019 or 8217752. OLE color: 8217752.

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

Color convert

RGB 152 100 125 -
CMYK 0 0.34 0.18 0.40
HSL 331.15º 0.21% 0.49% -
HSV(B) 331.15º 0.34% 0.6% -
XYZ 21.21 17.27 21.62 -
YUV 118.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 152 100 125 0 0.34 0.18 0.40 331.15 0.21 0.49
Hex 98 64 7D 0 22 12 28 14B 15 31
Octal 230 144 175 0 42 22 50 513 25 61
Binary 10011000 1100100 1111101 0 100010 10010 101000 101001011 10101 110001

Color Harmonies of #98647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98647D

Black with #98647D

Text Example


Text Example

White with #98647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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