Html Css Color HEX #985582 Strikemaster

📋 copy color: '#985582'

red 152 ◦ green 85 ◦ blue 130

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

Shades of Strikemaster #985582

Tints of Strikemaster #985582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 41.42%
G = 23.16%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985582 (or 0x985582) is known color: Strikemaster. HEX triplet: 98, 55 and 82. RGB value is (152,85,130). Sum of RGB (Red+Green+Blue) = 152+85+130=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985582 is #67AA7D. Grayscale: #6E6E6E. Windows color (decimal): -6793854 or 8541592. OLE color: 8541592.

HSL color Cylindrical-coordinate representation of color #985582: hue angle of 319.7º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985582 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 130 -
CMYK 0 0.44 0.14 0.40
HSL 319.7º 0.28% 0.46% -
HSV(B) 319.7º 0.44% 0.6% -
XYZ 20.23 14.78 22.91 -
YUV 110.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 152 85 130 0 0.44 0.14 0.40 319.7 0.28 0.46
Hex 98 55 82 0 2C E 28 140 1C 2E
Octal 230 125 202 0 54 16 50 500 34 56
Binary 10011000 1010101 10000010 0 101100 1110 101000 101000000 11100 101110

Color Harmonies of #985582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985582

Black with #985582

Text Example


Text Example

White with #985582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985582; }

 p { color: rgb(152,85,130); }

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

background-color css

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

 a { background-color: rgb(152,85,130); }

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

border-color css

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

 span { border-color: rgb(152,85,130); }

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