Html Css Color HEX #985A85 Strikemaster

📋 copy color: '#985A85'

red 152 ◦ green 90 ◦ blue 133

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

Shades of Strikemaster #985A85

Tints of Strikemaster #985A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 40.53%
G = 24%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985A85 (or 0x985A85) is known color: Strikemaster. HEX triplet: 98, 5A and 85. RGB value is (152,90,133). Sum of RGB (Red+Green+Blue) = 152+90+133=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A85 is #67A57A. Grayscale: #717171. Windows color (decimal): -6792571 or 8739480. OLE color: 8739480.

HSL color Cylindrical-coordinate representation of color #985A85: hue angle of 318.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A85 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 133 -
CMYK 0 0.41 0.13 0.40
HSL 318.39º 0.26% 0.47% -
HSV(B) 318.39º 0.41% 0.6% -
XYZ 20.84 15.68 24.12 -
YUV 113.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 152 90 133 0 0.41 0.13 0.40 318.39 0.26 0.47
Hex 98 5A 85 0 29 D 28 13E 1A 2F
Octal 230 132 205 0 51 15 50 476 32 57
Binary 10011000 1011010 10000101 0 101001 1101 101000 100111110 11010 101111

Color Harmonies of #985A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A85

Black with #985A85

Text Example


Text Example

White with #985A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985A85; }

 p { color: rgb(152,90,133); }

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

background-color css

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

 a { background-color: rgb(152,90,133); }

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

border-color css

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

 span { border-color: rgb(152,90,133); }

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