Html Css Color HEX #98507F Strikemaster

📋 copy color: '#98507F'

red 152 ◦ green 80 ◦ blue 127

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

Shades of Strikemaster #98507F

Tints of Strikemaster #98507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 42.34%
G = 22.28%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98507F (or 0x98507F) is known color: Strikemaster. HEX triplet: 98, 50 and 7F. RGB value is (152,80,127). Sum of RGB (Red+Green+Blue) = 152+80+127=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98507F is #67AF80. Grayscale: #6A6A6A. Windows color (decimal): -6795137 or 8343704. OLE color: 8343704.

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

Color convert

RGB 152 80 127 -
CMYK 0 0.47 0.16 0.40
HSL 320.83º 0.31% 0.45% -
HSV(B) 320.83º 0.47% 0.6% -
XYZ 19.65 13.95 21.73 -
YUV 106.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 152 80 127 0 0.47 0.16 0.40 320.83 0.31 0.45
Hex 98 50 7F 0 2F 10 28 141 1F 2D
Octal 230 120 177 0 57 20 50 501 37 55
Binary 10011000 1010000 1111111 0 101111 10000 101000 101000001 11111 101101

Color Harmonies of #98507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98507F

Black with #98507F

Text Example


Text Example

White with #98507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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