Html Css Color HEX #98517E Strikemaster

📋 copy color: '#98517E'

red 152 ◦ green 81 ◦ blue 126

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

Shades of Strikemaster #98517E

Tints of Strikemaster #98517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 42.34%
G = 22.56%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98517E (or 0x98517E) is known color: Strikemaster. HEX triplet: 98, 51 and 7E. RGB value is (152,81,126). Sum of RGB (Red+Green+Blue) = 152+81+126=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98517E is #67AE81. Grayscale: #6B6B6B. Windows color (decimal): -6794882 or 8278424. OLE color: 8278424.

HSL color Cylindrical-coordinate representation of color #98517E: hue angle of 321.97º 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 #98517E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 126 -
CMYK 0 0.47 0.17 0.40
HSL 321.97º 0.3% 0.46% -
HSV(B) 321.97º 0.47% 0.6% -
XYZ 19.66 14.07 21.42 -
YUV 107.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 152 81 126 0 0.47 0.17 0.40 321.97 0.3 0.46
Hex 98 51 7E 0 2F 11 28 142 1E 2E
Octal 230 121 176 0 57 21 50 502 36 56
Binary 10011000 1010001 1111110 0 101111 10001 101000 101000010 11110 101110

Color Harmonies of #98517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98517E

Black with #98517E

Text Example


Text Example

White with #98517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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