Html Css Color HEX #985285 Strikemaster

📋 copy color: '#985285'

red 152 ◦ green 82 ◦ blue 133

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

Shades of Strikemaster #985285

Tints of Strikemaster #985285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

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

R = 41.42%
G = 22.34%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985285 (or 0x985285) is known color: Strikemaster. HEX triplet: 98, 52 and 85. RGB value is (152,82,133). Sum of RGB (Red+Green+Blue) = 152+82+133=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985285 is #67AD7A. Grayscale: #6C6C6C. Windows color (decimal): -6794619 or 8737432. OLE color: 8737432.

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

Color convert

RGB 152 82 133 -
CMYK 0 0.46 0.13 0.40
HSL 316.29º 0.3% 0.46% -
HSV(B) 316.29º 0.46% 0.6% -
XYZ 20.2 14.4 23.91 -
YUV 108.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 152 82 133 0 0.46 0.13 0.40 316.29 0.3 0.46
Hex 98 52 85 0 2E D 28 13C 1E 2E
Octal 230 122 205 0 56 15 50 474 36 56
Binary 10011000 1010010 10000101 0 101110 1101 101000 100111100 11110 101110

Color Harmonies of #985285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985285

Black with #985285

Text Example


Text Example

White with #985285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985285; }

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

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

background-color css

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

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

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

border-color css

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

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

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