Html Css Color HEX #984E82 Strikemaster

📋 copy color: '#984E82'

red 152 ◦ green 78 ◦ blue 130

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

Shades of Strikemaster #984E82

Tints of Strikemaster #984E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

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

R = 42.22%
G = 21.67%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#984E82 (or 0x984E82) is known color: Strikemaster. HEX triplet: 98, 4E and 82. RGB value is (152,78,130). Sum of RGB (Red+Green+Blue) = 152+78+130=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #984E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E82 is #67B17D. Grayscale: #696969. Windows color (decimal): -6795646 or 8539800. OLE color: 8539800.

HSL color Cylindrical-coordinate representation of color #984E82: hue angle of 317.84º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E82 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 78 130 -
CMYK 0 0.49 0.14 0.40
HSL 317.84º 0.32% 0.45% -
HSV(B) 317.84º 0.49% 0.6% -
XYZ 19.7 13.74 22.73 -
YUV 106.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 152 78 130 0 0.49 0.14 0.40 317.84 0.32 0.45
Hex 98 4E 82 0 31 E 28 13E 20 2D
Octal 230 116 202 0 61 16 50 476 40 55
Binary 10011000 1001110 10000010 0 110001 1110 101000 100111110 100000 101101

Color Harmonies of #984E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E82

Black with #984E82

Text Example


Text Example

White with #984E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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