Html Css Color HEX #985785 Strikemaster

📋 copy color: '#985785'

red 152 ◦ green 87 ◦ blue 133

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

Shades of Strikemaster #985785

Tints of Strikemaster #985785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

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

R = 40.86%
G = 23.39%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985785 (or 0x985785) is known color: Strikemaster. HEX triplet: 98, 57 and 85. RGB value is (152,87,133). Sum of RGB (Red+Green+Blue) = 152+87+133=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985785 is #67A87A. Grayscale: #6F6F6F. Windows color (decimal): -6793339 or 8738712. OLE color: 8738712.

HSL color Cylindrical-coordinate representation of color #985785: hue angle of 317.54º degrees, saturation: 0.27, 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 #985785 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 133 -
CMYK 0 0.43 0.13 0.40
HSL 317.54º 0.27% 0.47% -
HSV(B) 317.54º 0.43% 0.6% -
XYZ 20.59 15.19 24.04 -
YUV 111.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 152 87 133 0 0.43 0.13 0.40 317.54 0.27 0.47
Hex 98 57 85 0 2B D 28 13E 1B 2F
Octal 230 127 205 0 53 15 50 476 33 57
Binary 10011000 1010111 10000101 0 101011 1101 101000 100111110 11011 101111

Color Harmonies of #985785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985785

Black with #985785

Text Example


Text Example

White with #985785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985785; }

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

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

background-color css

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

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

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

border-color css

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

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

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