Html Css Color HEX #98627C Strikemaster

📋 copy color: '#98627C'

red 152 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #98627C

Tints of Strikemaster #98627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 40.64%
G = 26.2%
B = 33.16%

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

#98627C (or 0x98627C) is known color: Strikemaster. HEX triplet: 98, 62 and 7C. RGB value is (152,98,124). Sum of RGB (Red+Green+Blue) = 152+98+124=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98627C is #679D83. Grayscale: #757575. Windows color (decimal): -6790532 or 8151704. OLE color: 8151704.

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

Color convert

RGB 152 98 124 -
CMYK 0 0.36 0.18 0.40
HSL 331.11º 0.22% 0.49% -
HSV(B) 331.11º 0.36% 0.6% -
XYZ 20.95 16.87 21.22 -
YUV 117.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 152 98 124 0 0.36 0.18 0.40 331.11 0.22 0.49
Hex 98 62 7C 0 24 12 28 14B 16 31
Octal 230 142 174 0 44 22 50 513 26 61
Binary 10011000 1100010 1111100 0 100100 10010 101000 101001011 10110 110001

Color Harmonies of #98627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98627C

Black with #98627C

Text Example


Text Example

White with #98627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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