Html Css Color HEX #985389 Strikemaster

📋 copy color: '#985389'

red 152 ◦ green 83 ◦ blue 137

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

Shades of Strikemaster #985389

Tints of Strikemaster #985389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 40.86%
G = 22.31%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985389 (or 0x985389) is known color: Strikemaster. HEX triplet: 98, 53 and 89. RGB value is (152,83,137). Sum of RGB (Red+Green+Blue) = 152+83+137=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985389 is #67AC76. Grayscale: #6D6D6D. Windows color (decimal): -6794359 or 8999832. OLE color: 8999832.

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

Color convert

RGB 152 83 137 -
CMYK 0 0.45 0.10 0.40
HSL 313.04º 0.29% 0.46% -
HSV(B) 313.04º 0.45% 0.6% -
XYZ 20.56 14.67 25.41 -
YUV 109.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 152 83 137 0 0.45 0.10 0.40 313.04 0.29 0.46
Hex 98 53 89 0 2D A 28 139 1D 2E
Octal 230 123 211 0 55 12 50 471 35 56
Binary 10011000 1010011 10001001 0 101101 1010 101000 100111001 11101 101110

Color Harmonies of #985389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985389

Black with #985389

Text Example


Text Example

White with #985389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985389; }

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

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

background-color css

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

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

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

border-color css

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

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

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