Html Css Color HEX #984E7A Strikemaster

📋 copy color: '#984E7A'

red 152 ◦ green 78 ◦ blue 122

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

Shades of Strikemaster #984E7A

Tints of Strikemaster #984E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 43.18%
G = 22.16%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#984E7A (or 0x984E7A) is known color: Strikemaster. HEX triplet: 98, 4E and 7A. RGB value is (152,78,122). Sum of RGB (Red+Green+Blue) = 152+78+122=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E7A is #67B185. Grayscale: #696969. Windows color (decimal): -6795654 or 8015512. OLE color: 8015512.

HSL color Cylindrical-coordinate representation of color #984E7A: hue angle of 324.32º 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 #984E7A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 78 122 -
CMYK 0 0.49 0.20 0.40
HSL 324.32º 0.32% 0.45% -
HSV(B) 324.32º 0.49% 0.6% -
XYZ 19.19 13.53 20.01 -
YUV 105.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 152 78 122 0 0.49 0.20 0.40 324.32 0.32 0.45
Hex 98 4E 7A 0 31 14 28 144 20 2D
Octal 230 116 172 0 61 24 50 504 40 55
Binary 10011000 1001110 1111010 0 110001 10100 101000 101000100 100000 101101

Color Harmonies of #984E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E7A

Black with #984E7A

Text Example


Text Example

White with #984E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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