Html Css Color HEX #98527A Strikemaster

📋 copy color: '#98527A'

red 152 ◦ green 82 ◦ blue 122

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

Shades of Strikemaster #98527A

Tints of Strikemaster #98527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 42.7%
G = 23.03%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98527A (or 0x98527A) is known color: Strikemaster. HEX triplet: 98, 52 and 7A. RGB value is (152,82,122). Sum of RGB (Red+Green+Blue) = 152+82+122=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527A is #67AD85. Grayscale: #6B6B6B. Windows color (decimal): -6794630 or 8016536. OLE color: 8016536.

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

Color convert

RGB 152 82 122 -
CMYK 0 0.46 0.20 0.40
HSL 325.71º 0.3% 0.46% -
HSV(B) 325.71º 0.46% 0.6% -
XYZ 19.48 14.12 20.11 -
YUV 107.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 152 82 122 0 0.46 0.20 0.40 325.71 0.3 0.46
Hex 98 52 7A 0 2E 14 28 146 1E 2E
Octal 230 122 172 0 56 24 50 506 36 56
Binary 10011000 1010010 1111010 0 101110 10100 101000 101000110 11110 101110

Color Harmonies of #98527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98527A

Black with #98527A

Text Example


Text Example

White with #98527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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