Html Css Color HEX #985388 Strikemaster

📋 copy color: '#985388'

red 152 ◦ green 83 ◦ blue 136

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

Shades of Strikemaster #985388

Tints of Strikemaster #985388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 40.97%
G = 22.37%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985388 (or 0x985388) is known color: Strikemaster. HEX triplet: 98, 53 and 88. RGB value is (152,83,136). Sum of RGB (Red+Green+Blue) = 152+83+136=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985388 is #67AC77. Grayscale: #6D6D6D. Windows color (decimal): -6794360 or 8934296. OLE color: 8934296.

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

Color convert

RGB 152 83 136 -
CMYK 0 0.45 0.11 0.40
HSL 313.91º 0.29% 0.46% -
HSV(B) 313.91º 0.45% 0.6% -
XYZ 20.49 14.64 25.04 -
YUV 109.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 152 83 136 0 0.45 0.11 0.40 313.91 0.29 0.46
Hex 98 53 88 0 2D B 28 13A 1D 2E
Octal 230 123 210 0 55 13 50 472 35 56
Binary 10011000 1010011 10001000 0 101101 1011 101000 100111010 11101 101110

Color Harmonies of #985388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985388

Black with #985388

Text Example


Text Example

White with #985388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985388; }

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

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

background-color css

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

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

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

border-color css

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

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

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