Html Css Color HEX #985288 Strikemaster

📋 copy color: '#985288'

red 152 ◦ green 82 ◦ blue 136

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

Shades of Strikemaster #985288

Tints of Strikemaster #985288

RGB

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

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

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

R = 41.08%
G = 22.16%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985288 (or 0x985288) is known color: Strikemaster. HEX triplet: 98, 52 and 88. RGB value is (152,82,136). Sum of RGB (Red+Green+Blue) = 152+82+136=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985288 is #67AD77. Grayscale: #6C6C6C. Windows color (decimal): -6794616 or 8934040. OLE color: 8934040.

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

Color convert

RGB 152 82 136 -
CMYK 0 0.46 0.11 0.40
HSL 313.71º 0.3% 0.46% -
HSV(B) 313.71º 0.46% 0.6% -
XYZ 20.41 14.49 25.01 -
YUV 109.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 152 82 136 0 0.46 0.11 0.40 313.71 0.3 0.46
Hex 98 52 88 0 2E B 28 13A 1E 2E
Octal 230 122 210 0 56 13 50 472 36 56
Binary 10011000 1010010 10001000 0 101110 1011 101000 100111010 11110 101110

Color Harmonies of #985288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985288

Black with #985288

Text Example


Text Example

White with #985288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985288; }

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

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

background-color css

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

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

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

border-color css

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

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

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