Html Css Color HEX #985079 Strikemaster

📋 copy color: '#985079'

red 152 ◦ green 80 ◦ blue 121

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

Shades of Strikemaster #985079

Tints of Strikemaster #985079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 43.06%
G = 22.66%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#985079 (or 0x985079) is known color: Strikemaster. HEX triplet: 98, 50 and 79. RGB value is (152,80,121). Sum of RGB (Red+Green+Blue) = 152+80+121=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985079 is #67AF86. Grayscale: #6A6A6A. Windows color (decimal): -6795143 or 7950488. OLE color: 7950488.

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

Color convert

RGB 152 80 121 -
CMYK 0 0.47 0.20 0.40
HSL 325.83º 0.31% 0.45% -
HSV(B) 325.83º 0.47% 0.6% -
XYZ 19.27 13.79 19.74 -
YUV 106.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 152 80 121 0 0.47 0.20 0.40 325.83 0.31 0.45
Hex 98 50 79 0 2F 14 28 146 1F 2D
Octal 230 120 171 0 57 24 50 506 37 55
Binary 10011000 1010000 1111001 0 101111 10100 101000 101000110 11111 101101

Color Harmonies of #985079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985079

Black with #985079

Text Example


Text Example

White with #985079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985079; }

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

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

background-color css

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

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

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

border-color css

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

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

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