Html Css Color HEX #985982 Strikemaster

📋 copy color: '#985982'

red 152 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #985982

Tints of Strikemaster #985982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 40.97%
G = 23.99%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985982 (or 0x985982) is known color: Strikemaster. HEX triplet: 98, 59 and 82. RGB value is (152,89,130). Sum of RGB (Red+Green+Blue) = 152+89+130=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985982 is #67A67D. Grayscale: #707070. Windows color (decimal): -6792830 or 8542616. OLE color: 8542616.

HSL color Cylindrical-coordinate representation of color #985982: hue angle of 320.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985982 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 130 -
CMYK 0 0.41 0.14 0.40
HSL 320.95º 0.26% 0.47% -
HSV(B) 320.95º 0.41% 0.6% -
XYZ 20.55 15.43 23.01 -
YUV 112.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 152 89 130 0 0.41 0.14 0.40 320.95 0.26 0.47
Hex 98 59 82 0 29 E 28 141 1A 2F
Octal 230 131 202 0 51 16 50 501 32 57
Binary 10011000 1011001 10000010 0 101001 1110 101000 101000001 11010 101111

Color Harmonies of #985982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985982

Black with #985982

Text Example


Text Example

White with #985982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985982; }

 p { color: rgb(152,89,130); }

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

background-color css

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

 a { background-color: rgb(152,89,130); }

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

border-color css

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

 span { border-color: rgb(152,89,130); }

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