Html Css Color HEX #98627F Strikemaster

📋 copy color: '#98627F'

red 152 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #98627F

Tints of Strikemaster #98627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 40.32%
G = 25.99%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98627F (or 0x98627F) is known color: Strikemaster. HEX triplet: 98, 62 and 7F. RGB value is (152,98,127). Sum of RGB (Red+Green+Blue) = 152+98+127=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98627F is #679D80. Grayscale: #757575. Windows color (decimal): -6790529 or 8348312. OLE color: 8348312.

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

Color convert

RGB 152 98 127 -
CMYK 0 0.36 0.16 0.40
HSL 327.78º 0.22% 0.49% -
HSV(B) 327.78º 0.36% 0.6% -
XYZ 21.15 16.94 22.23 -
YUV 117.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 152 98 127 0 0.36 0.16 0.40 327.78 0.22 0.49
Hex 98 62 7F 0 24 10 28 148 16 31
Octal 230 142 177 0 44 20 50 510 26 61
Binary 10011000 1100010 1111111 0 100100 10000 101000 101001000 10110 110001

Color Harmonies of #98627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98627F

Black with #98627F

Text Example


Text Example

White with #98627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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