Html Css Color HEX #985581 Strikemaster

📋 copy color: '#985581'

red 152 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #985581

Tints of Strikemaster #985581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 41.53%
G = 23.22%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#985581 (or 0x985581) is known color: Strikemaster. HEX triplet: 98, 55 and 81. RGB value is (152,85,129). Sum of RGB (Red+Green+Blue) = 152+85+129=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985581 is #67AA7E. Grayscale: #6D6D6D. Windows color (decimal): -6793855 or 8476056. OLE color: 8476056.

HSL color Cylindrical-coordinate representation of color #985581: hue angle of 320.6º 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 #985581 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 129 -
CMYK 0 0.44 0.15 0.40
HSL 320.6º 0.28% 0.46% -
HSV(B) 320.6º 0.44% 0.6% -
XYZ 20.16 14.76 22.55 -
YUV 110.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 152 85 129 0 0.44 0.15 0.40 320.6 0.28 0.46
Hex 98 55 81 0 2C F 28 141 1C 2E
Octal 230 125 201 0 54 17 50 501 34 56
Binary 10011000 1010101 10000001 0 101100 1111 101000 101000001 11100 101110

Color Harmonies of #985581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985581

Black with #985581

Text Example


Text Example

White with #985581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985581; }

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

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

background-color css

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

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

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

border-color css

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

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

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