Html Css Color HEX #98567F Strikemaster

📋 copy color: '#98567F'

red 152 ◦ green 86 ◦ blue 127

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

Shades of Strikemaster #98567F

Tints of Strikemaster #98567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

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

R = 41.64%
G = 23.56%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98567F (or 0x98567F) is known color: Strikemaster. HEX triplet: 98, 56 and 7F. RGB value is (152,86,127). Sum of RGB (Red+Green+Blue) = 152+86+127=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98567F is #67A980. Grayscale: #6E6E6E. Windows color (decimal): -6793601 or 8345240. OLE color: 8345240.

HSL color Cylindrical-coordinate representation of color #98567F: hue angle of 322.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98567F is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 86 127 -
CMYK 0 0.43 0.16 0.40
HSL 322.73º 0.28% 0.47% -
HSV(B) 322.73º 0.43% 0.6% -
XYZ 20.11 14.86 21.89 -
YUV 110.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 152 86 127 0 0.43 0.16 0.40 322.73 0.28 0.47
Hex 98 56 7F 0 2B 10 28 143 1C 2F
Octal 230 126 177 0 53 20 50 503 34 57
Binary 10011000 1010110 1111111 0 101011 10000 101000 101000011 11100 101111

Color Harmonies of #98567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98567F

Black with #98567F

Text Example


Text Example

White with #98567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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