Html Css Color HEX #98627D Strikemaster

📋 copy color: '#98627D'

red 152 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #98627D

Tints of Strikemaster #98627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 40.53%
G = 26.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98627D (or 0x98627D) is known color: Strikemaster. HEX triplet: 98, 62 and 7D. RGB value is (152,98,125). Sum of RGB (Red+Green+Blue) = 152+98+125=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98627D is #679D82. Grayscale: #757575. Windows color (decimal): -6790531 or 8217240. OLE color: 8217240.

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

Color convert

RGB 152 98 125 -
CMYK 0 0.36 0.18 0.40
HSL 330º 0.22% 0.49% -
HSV(B) 330º 0.36% 0.6% -
XYZ 21.02 16.89 21.55 -
YUV 117.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 152 98 125 0 0.36 0.18 0.40 330 0.22 0.49
Hex 98 62 7D 0 24 12 28 14A 16 31
Octal 230 142 175 0 44 22 50 512 26 61
Binary 10011000 1100010 1111101 0 100100 10010 101000 101001010 10110 110001

Color Harmonies of #98627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98627D

Black with #98627D

Text Example


Text Example

White with #98627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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