Html Css Color HEX #98507C Strikemaster

📋 copy color: '#98507C'

red 152 ◦ green 80 ◦ blue 124

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

Shades of Strikemaster #98507C

Tints of Strikemaster #98507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 42.7%
G = 22.47%
B = 34.83%

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

#98507C (or 0x98507C) is known color: Strikemaster. HEX triplet: 98, 50 and 7C. RGB value is (152,80,124). Sum of RGB (Red+Green+Blue) = 152+80+124=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98507C is #67AF83. Grayscale: #6A6A6A. Windows color (decimal): -6795140 or 8147096. OLE color: 8147096.

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

Color convert

RGB 152 80 124 -
CMYK 0 0.47 0.18 0.40
HSL 323.33º 0.31% 0.45% -
HSV(B) 323.33º 0.47% 0.6% -
XYZ 19.46 13.87 20.72 -
YUV 106.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 152 80 124 0 0.47 0.18 0.40 323.33 0.31 0.45
Hex 98 50 7C 0 2F 12 28 143 1F 2D
Octal 230 120 174 0 57 22 50 503 37 55
Binary 10011000 1010000 1111100 0 101111 10010 101000 101000011 11111 101101

Color Harmonies of #98507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98507C

Black with #98507C

Text Example


Text Example

White with #98507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98507C; }

 p { color: rgb(152,80,124); }

 H1.HeaderClassName
 {
   color: #98507C;
 }
 .AnyTagClassName
 {
   color: #98507C;
 }
</style>

background-color css

<style>
 a { background-color: #98507C; }

 a { background-color: rgb(152,80,124); }

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

border-color css

<style>
 span { border-color: #98507C; }

 span { border-color: rgb(152,80,124); }

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