Html Css Color HEX #984880 Strikemaster

📋 copy color: '#984880'

red 152 ◦ green 72 ◦ blue 128

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

Shades of Strikemaster #984880

Tints of Strikemaster #984880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

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

R = 43.18%
G = 20.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#984880 (or 0x984880) is known color: Strikemaster. HEX triplet: 98, 48 and 80. RGB value is (152,72,128). Sum of RGB (Red+Green+Blue) = 152+72+128=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984880 is #67B77F. Grayscale: #666666. Windows color (decimal): -6797184 or 8407192. OLE color: 8407192.

HSL color Cylindrical-coordinate representation of color #984880: hue angle of 318º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984880 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 128 -
CMYK 0 0.53 0.16 0.40
HSL 318º 0.36% 0.44% -
HSV(B) 318º 0.53% 0.6% -
XYZ 19.16 12.87 21.9 -
YUV 102.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 152 72 128 0 0.53 0.16 0.40 318 0.36 0.44
Hex 98 48 80 0 35 10 28 13E 24 2C
Octal 230 110 200 0 65 20 50 476 44 54
Binary 10011000 1001000 10000000 0 110101 10000 101000 100111110 100100 101100

Color Harmonies of #984880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984880

Black with #984880

Text Example


Text Example

White with #984880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984880; }

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

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

background-color css

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

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

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

border-color css

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

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

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