Html Css Color HEX #98537A Strikemaster

📋 copy color: '#98537A'

red 152 ◦ green 83 ◦ blue 122

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

Shades of Strikemaster #98537A

Tints of Strikemaster #98537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 42.58%
G = 23.25%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98537A (or 0x98537A) is known color: Strikemaster. HEX triplet: 98, 53 and 7A. RGB value is (152,83,122). Sum of RGB (Red+Green+Blue) = 152+83+122=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98537A is #67AC85. Grayscale: #6B6B6B. Windows color (decimal): -6794374 or 8016792. OLE color: 8016792.

HSL color Cylindrical-coordinate representation of color #98537A: hue angle of 326.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98537A is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 122 -
CMYK 0 0.45 0.20 0.40
HSL 326.09º 0.29% 0.46% -
HSV(B) 326.09º 0.45% 0.6% -
XYZ 19.56 14.27 20.14 -
YUV 108.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 152 83 122 0 0.45 0.20 0.40 326.09 0.29 0.46
Hex 98 53 7A 0 2D 14 28 146 1D 2E
Octal 230 123 172 0 55 24 50 506 35 56
Binary 10011000 1010011 1111010 0 101101 10100 101000 101000110 11101 101110

Color Harmonies of #98537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98537A

Black with #98537A

Text Example


Text Example

White with #98537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98537A; }

 p { color: rgb(152,83,122); }

 H1.HeaderClassName
 {
   color: #98537A;
 }
 .AnyTagClassName
 {
   color: #98537A;
 }
</style>

background-color css

<style>
 a { background-color: #98537A; }

 a { background-color: rgb(152,83,122); }

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

border-color css

<style>
 span { border-color: #98537A; }

 span { border-color: rgb(152,83,122); }

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