Html Css Color HEX #98527E Strikemaster

📋 copy color: '#98527E'

red 152 ◦ green 82 ◦ blue 126

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

Shades of Strikemaster #98527E

Tints of Strikemaster #98527E

RGB

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

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

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

R = 42.22%
G = 22.78%
B = 35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98527E (or 0x98527E) is known color: Strikemaster. HEX triplet: 98, 52 and 7E. RGB value is (152,82,126). Sum of RGB (Red+Green+Blue) = 152+82+126=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527E is #67AD81. Grayscale: #6B6B6B. Windows color (decimal): -6794626 or 8278680. OLE color: 8278680.

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

Color convert

RGB 152 82 126 -
CMYK 0 0.46 0.17 0.40
HSL 322.29º 0.3% 0.46% -
HSV(B) 322.29º 0.46% 0.6% -
XYZ 19.73 14.22 21.44 -
YUV 107.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 152 82 126 0 0.46 0.17 0.40 322.29 0.3 0.46
Hex 98 52 7E 0 2E 11 28 142 1E 2E
Octal 230 122 176 0 56 21 50 502 36 56
Binary 10011000 1010010 1111110 0 101110 10001 101000 101000010 11110 101110

Color Harmonies of #98527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98527E

Black with #98527E

Text Example


Text Example

White with #98527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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