Html Css Color HEX #98607D Strikemaster

📋 copy color: '#98607D'

red 152 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #98607D

Tints of Strikemaster #98607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

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

R = 40.75%
G = 25.74%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98607D (or 0x98607D) is known color: Strikemaster. HEX triplet: 98, 60 and 7D. RGB value is (152,96,125). Sum of RGB (Red+Green+Blue) = 152+96+125=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607D is #679F82. Grayscale: #737373. Windows color (decimal): -6791043 or 8216728. OLE color: 8216728.

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

Color convert

RGB 152 96 125 -
CMYK 0 0.37 0.18 0.40
HSL 328.93º 0.23% 0.49% -
HSV(B) 328.93º 0.37% 0.6% -
XYZ 20.83 16.52 21.49 -
YUV 116.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 152 96 125 0 0.37 0.18 0.40 328.93 0.23 0.49
Hex 98 60 7D 0 25 12 28 149 17 31
Octal 230 140 175 0 45 22 50 511 27 61
Binary 10011000 1100000 1111101 0 100101 10010 101000 101001001 10111 110001

Color Harmonies of #98607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98607D

Black with #98607D

Text Example


Text Example

White with #98607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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