Html Css Color HEX #98627E Strikemaster

📋 copy color: '#98627E'

red 152 ◦ green 98 ◦ blue 126

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

Shades of Strikemaster #98627E

Tints of Strikemaster #98627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 40.43%
G = 26.06%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98627E (or 0x98627E) is known color: Strikemaster. HEX triplet: 98, 62 and 7E. RGB value is (152,98,126). Sum of RGB (Red+Green+Blue) = 152+98+126=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98627E is #679D81. Grayscale: #757575. Windows color (decimal): -6790530 or 8282776. OLE color: 8282776.

HSL color Cylindrical-coordinate representation of color #98627E: hue angle of 328.89º 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 #98627E is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 126 -
CMYK 0 0.36 0.17 0.40
HSL 328.89º 0.22% 0.49% -
HSV(B) 328.89º 0.36% 0.6% -
XYZ 21.08 16.92 21.89 -
YUV 117.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 152 98 126 0 0.36 0.17 0.40 328.89 0.22 0.49
Hex 98 62 7E 0 24 11 28 149 16 31
Octal 230 142 176 0 44 21 50 511 26 61
Binary 10011000 1100010 1111110 0 100100 10001 101000 101001001 10110 110001

Color Harmonies of #98627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98627E

Black with #98627E

Text Example


Text Example

White with #98627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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