Html Css Color HEX #984E78 Strikemaster

📋 copy color: '#984E78'

red 152 ◦ green 78 ◦ blue 120

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

Shades of Strikemaster #984E78

Tints of Strikemaster #984E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 43.43%
G = 22.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#984E78 (or 0x984E78) is known color: Strikemaster. HEX triplet: 98, 4E and 78. RGB value is (152,78,120). Sum of RGB (Red+Green+Blue) = 152+78+120=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #984E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E78 is #67B187. Grayscale: #686868. Windows color (decimal): -6795656 or 7884440. OLE color: 7884440.

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

Color convert

RGB 152 78 120 -
CMYK 0 0.49 0.21 0.40
HSL 325.95º 0.32% 0.45% -
HSV(B) 325.95º 0.49% 0.6% -
XYZ 19.06 13.48 19.37 -
YUV 104.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 152 78 120 0 0.49 0.21 0.40 325.95 0.32 0.45
Hex 98 4E 78 0 31 15 28 146 20 2D
Octal 230 116 170 0 61 25 50 506 40 55
Binary 10011000 1001110 1111000 0 110001 10101 101000 101000110 100000 101101

Color Harmonies of #984E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E78

Black with #984E78

Text Example


Text Example

White with #984E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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