Html Css Color HEX #985485 Strikemaster

📋 copy color: '#985485'

red 152 ◦ green 84 ◦ blue 133

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

Shades of Strikemaster #985485

Tints of Strikemaster #985485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 41.19%
G = 22.76%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985485 (or 0x985485) is known color: Strikemaster. HEX triplet: 98, 54 and 85. RGB value is (152,84,133). Sum of RGB (Red+Green+Blue) = 152+84+133=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985485 is #67AB7A. Grayscale: #6D6D6D. Windows color (decimal): -6794107 or 8737944. OLE color: 8737944.

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

Color convert

RGB 152 84 133 -
CMYK 0 0.45 0.13 0.40
HSL 316.76º 0.29% 0.46% -
HSV(B) 316.76º 0.45% 0.6% -
XYZ 20.35 14.71 23.96 -
YUV 109.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 152 84 133 0 0.45 0.13 0.40 316.76 0.29 0.46
Hex 98 54 85 0 2D D 28 13D 1D 2E
Octal 230 124 205 0 55 15 50 475 35 56
Binary 10011000 1010100 10000101 0 101101 1101 101000 100111101 11101 101110

Color Harmonies of #985485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985485

Black with #985485

Text Example


Text Example

White with #985485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985485; }

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

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

background-color css

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

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

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

border-color css

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

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

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