Html Css Color HEX #985480 Strikemaster

📋 copy color: '#985480'

red 152 ◦ green 84 ◦ blue 128

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

Shades of Strikemaster #985480

Tints of Strikemaster #985480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 41.76%
G = 23.08%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985480 (or 0x985480) is known color: Strikemaster. HEX triplet: 98, 54 and 80. RGB value is (152,84,128). Sum of RGB (Red+Green+Blue) = 152+84+128=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #985480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985480 is #67AB7F. Grayscale: #6D6D6D. Windows color (decimal): -6794112 or 8410264. OLE color: 8410264.

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

Color convert

RGB 152 84 128 -
CMYK 0 0.45 0.16 0.40
HSL 321.18º 0.29% 0.46% -
HSV(B) 321.18º 0.45% 0.6% -
XYZ 20.02 14.57 22.18 -
YUV 109.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 152 84 128 0 0.45 0.16 0.40 321.18 0.29 0.46
Hex 98 54 80 0 2D 10 28 141 1D 2E
Octal 230 124 200 0 55 20 50 501 35 56
Binary 10011000 1010100 10000000 0 101101 10000 101000 101000001 11101 101110

Color Harmonies of #985480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985480

Black with #985480

Text Example


Text Example

White with #985480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985480; }

 p { color: rgb(152,84,128); }

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

background-color css

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

 a { background-color: rgb(152,84,128); }

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

border-color css

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

 span { border-color: rgb(152,84,128); }

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