Html Css Color HEX #98517D Strikemaster

📋 copy color: '#98517D'

red 152 ◦ green 81 ◦ blue 125

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

Shades of Strikemaster #98517D

Tints of Strikemaster #98517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

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

R = 42.46%
G = 22.63%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98517D (or 0x98517D) is known color: Strikemaster. HEX triplet: 98, 51 and 7D. RGB value is (152,81,125). Sum of RGB (Red+Green+Blue) = 152+81+125=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98517D is #67AE82. Grayscale: #6B6B6B. Windows color (decimal): -6794883 or 8212888. OLE color: 8212888.

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

Color convert

RGB 152 81 125 -
CMYK 0 0.47 0.18 0.40
HSL 322.82º 0.3% 0.46% -
HSV(B) 322.82º 0.47% 0.6% -
XYZ 19.59 14.04 21.08 -
YUV 107.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 152 81 125 0 0.47 0.18 0.40 322.82 0.3 0.46
Hex 98 51 7D 0 2F 12 28 143 1E 2E
Octal 230 121 175 0 57 22 50 503 36 56
Binary 10011000 1010001 1111101 0 101111 10010 101000 101000011 11110 101110

Color Harmonies of #98517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98517D

Black with #98517D

Text Example


Text Example

White with #98517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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