Html Css Color HEX #994C84 Strikemaster

📋 copy color: '#994C84'

red 153 ◦ green 76 ◦ blue 132

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

Shades of Strikemaster #994C84

Tints of Strikemaster #994C84

RGB

 RED value IS 153 (60.16% from 255) = 42.38%

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 42.38%
G = 21.05%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#994C84 (or 0x994C84) is known color: Strikemaster. HEX triplet: 99, 4C and 84. RGB value is (153,76,132). Sum of RGB (Red+Green+Blue) = 153+76+132=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #994C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C84 is #66B37B. Grayscale: #696969. Windows color (decimal): -6730620 or 8670361. OLE color: 8670361.

HSL color Cylindrical-coordinate representation of color #994C84: hue angle of 316.36º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C84 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 132 -
CMYK 0 0.50 0.14 0.4
HSL 316.36º 0.34% 0.45% -
HSV(B) 316.36º 0.5% 0.6% -
XYZ 19.89 13.61 23.41 -
YUV 105.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 153 76 132 0 0.50 0.14 0.4 316.36 0.34 0.45
Hex 99 4C 84 0 32 E 28 13C 22 2D
Octal 231 114 204 0 62 16 50 474 42 55
Binary 10011001 1001100 10000100 0 110010 1110 101000 100111100 100010 101101

Color Harmonies of #994C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C84

Black with #994C84

Text Example


Text Example

White with #994C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C84; }

 p { color: rgb(153,76,132); }

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

background-color css

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

 a { background-color: rgb(153,76,132); }

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

border-color css

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

 span { border-color: rgb(153,76,132); }

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