Html Css Color HEX #985188 Strikemaster

📋 copy color: '#985188'

red 152 ◦ green 81 ◦ blue 136

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

Shades of Strikemaster #985188

Tints of Strikemaster #985188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 41.19%
G = 21.95%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985188 (or 0x985188) is known color: Strikemaster. HEX triplet: 98, 51 and 88. RGB value is (152,81,136). Sum of RGB (Red+Green+Blue) = 152+81+136=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985188 is #67AE77. Grayscale: #6C6C6C. Windows color (decimal): -6794872 or 8933784. OLE color: 8933784.

HSL color Cylindrical-coordinate representation of color #985188: hue angle of 313.52º 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 #985188 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 136 -
CMYK 0 0.47 0.11 0.40
HSL 313.52º 0.3% 0.46% -
HSV(B) 313.52º 0.47% 0.6% -
XYZ 20.34 14.34 24.99 -
YUV 108.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 152 81 136 0 0.47 0.11 0.40 313.52 0.3 0.46
Hex 98 51 88 0 2F B 28 13A 1E 2E
Octal 230 121 210 0 57 13 50 472 36 56
Binary 10011000 1010001 10001000 0 101111 1011 101000 100111010 11110 101110

Color Harmonies of #985188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985188

Black with #985188

Text Example


Text Example

White with #985188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985188; }

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

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

background-color css

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

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

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

border-color css

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

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

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