Html Css Color HEX #98617C Strikemaster

📋 copy color: '#98617C'

red 152 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #98617C

Tints of Strikemaster #98617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 40.75%
G = 26.01%
B = 33.24%

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

#98617C (or 0x98617C) is known color: Strikemaster. HEX triplet: 98, 61 and 7C. RGB value is (152,97,124). Sum of RGB (Red+Green+Blue) = 152+97+124=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98617C is #679E83. Grayscale: #747474. Windows color (decimal): -6790788 or 8151448. OLE color: 8151448.

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

Color convert

RGB 152 97 124 -
CMYK 0 0.36 0.18 0.40
HSL 330.55º 0.22% 0.49% -
HSV(B) 330.55º 0.36% 0.6% -
XYZ 20.86 16.68 21.19 -
YUV 116.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 152 97 124 0 0.36 0.18 0.40 330.55 0.22 0.49
Hex 98 61 7C 0 24 12 28 14B 16 31
Octal 230 141 174 0 44 22 50 513 26 61
Binary 10011000 1100001 1111100 0 100100 10010 101000 101001011 10110 110001

Color Harmonies of #98617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98617C

Black with #98617C

Text Example


Text Example

White with #98617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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