Html Css Color HEX #985185 Strikemaster

📋 copy color: '#985185'

red 152 ◦ green 81 ◦ blue 133

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

Shades of Strikemaster #985185

Tints of Strikemaster #985185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

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

R = 41.53%
G = 22.13%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985185 (or 0x985185) is known color: Strikemaster. HEX triplet: 98, 51 and 85. RGB value is (152,81,133). Sum of RGB (Red+Green+Blue) = 152+81+133=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985185 is #67AE7A. Grayscale: #6C6C6C. Windows color (decimal): -6794875 or 8737176. OLE color: 8737176.

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

Color convert

RGB 152 81 133 -
CMYK 0 0.47 0.13 0.40
HSL 316.06º 0.3% 0.46% -
HSV(B) 316.06º 0.47% 0.6% -
XYZ 20.12 14.25 23.88 -
YUV 108.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 152 81 133 0 0.47 0.13 0.40 316.06 0.3 0.46
Hex 98 51 85 0 2F D 28 13C 1E 2E
Octal 230 121 205 0 57 15 50 474 36 56
Binary 10011000 1010001 10000101 0 101111 1101 101000 100111100 11110 101110

Color Harmonies of #985185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985185

Black with #985185

Text Example


Text Example

White with #985185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985185; }

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

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

background-color css

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

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

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

border-color css

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

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

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